Skip to content

Commit 22c6ec3

Browse files
committed
updated doc
1 parent 6188c8e commit 22c6ec3

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

README.textile

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ h1. OpenStack Java SDK
33
h2. Maven
44

55
|groupId|artifactId|version|
6-
|org.openstack|openstack-java-sdk|1.0-RC1|
6+
|org.openstack|openstack-java-sdk|1.0-RC2|
77

8-
https://raw.github.com/woorea/maven/master/snapshots/
8+
https://raw.github.com/woorea/maven/master/releases/
99

1010
h2. Configuration
1111

@@ -16,15 +16,22 @@ h3. openstack.properties
1616
<pre>
1717
verbose=true
1818

19+
#for HPCloud
20+
#auth.credentials=apiAccessKeyCredentials
21+
#auth.accessKey=<your accessKey>
22+
#auth.secretKey=<your secretKey>
23+
#auth.tenantId=<your tenantId>
24+
25+
auth.credentials=passwordCredentials
1926
auth.username=demo
2027
auth.password=secret0
21-
#auth.tenant.id=123456789
22-
auth.tenant.name=demo
28+
#auth.tenantId=123456789
29+
auth.tenantName=demo
2330

2431

25-
identity.endpoint.publicURL=http://192.168.1.52:5000/v2.0
26-
identity.endpoint.internalURL=http://192.168.1.52:5000/v2.0
27-
identity.endpoint.adminURL=http://192.168.1.52:35357/v2.0
32+
identity.endpoint.publicURL=http://192.168.1.43:5000/v2.0
33+
identity.endpoint.internalURL=http://192.168.1.43:5000/v2.0
34+
identity.endpoint.adminURL=http://192.168.1.43:35357/v2.0
2835
identity.admin.token=secret0
2936

3037
test.glance=false

0 commit comments

Comments
 (0)