File tree Expand file tree Collapse file tree 1 file changed +14
-7
lines changed
Expand file tree Collapse file tree 1 file changed +14
-7
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ h1. OpenStack Java SDK
33h2. 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
1010h2. Configuration
1111
@@ -16,15 +16,22 @@ h3. openstack.properties
1616<pre>
1717verbose=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
1926auth.username=demo
2027auth.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
2835identity.admin.token=secret0
2936
3037test.glance=false
You can’t perform that action at this time.
0 commit comments