mirror of
https://github.com/apache/jclouds.git
synced 2025-02-16 06:56:45 +00:00
Merge pull request #877 from andrewgaul/hpcloud-credentials
Clarify the HP Cloud credential type
This commit is contained in:
commit
049106afbf
@ -37,6 +37,11 @@
|
||||
<test.hpcloud-compute.endpoint>https://region-a.geo-1.identity.hpcloudsvc.com:35357/v2.0/</test.hpcloud-compute.endpoint>
|
||||
<test.hpcloud-compute.api-version>1.1</test.hpcloud-compute.api-version>
|
||||
<test.hpcloud-compute.build-version></test.hpcloud-compute.build-version>
|
||||
<!--
|
||||
Identity must be tenantName:userName. Note that the following
|
||||
credentials are the HP Cloud username and password, not the access
|
||||
key id and secret key.
|
||||
-->
|
||||
<test.hpcloud-compute.identity>FIXME_IDENTITY</test.hpcloud-compute.identity>
|
||||
<test.hpcloud-compute.credential>FIXME_CREDENTIAL</test.hpcloud-compute.credential>
|
||||
<test.hpcloud-compute.template></test.hpcloud-compute.template>
|
||||
|
@ -37,6 +37,11 @@
|
||||
<test.hpcloud-objectstorage.endpoint>https://region-a.geo-1.identity.hpcloudsvc.com:35357/v2.0/</test.hpcloud-objectstorage.endpoint>
|
||||
<test.hpcloud-objectstorage.api-version>1.0</test.hpcloud-objectstorage.api-version>
|
||||
<test.hpcloud-objectstorage.build-version></test.hpcloud-objectstorage.build-version>
|
||||
<!--
|
||||
Identity must be tenantName:userName. Note that the following
|
||||
credentials are the HP Cloud username and password, not the access
|
||||
key id and secret key.
|
||||
-->
|
||||
<test.hpcloud-objectstorage.identity>FIXME_IDENTITY</test.hpcloud-objectstorage.identity>
|
||||
<test.hpcloud-objectstorage.credential>FIXME_CREDENTIAL</test.hpcloud-objectstorage.credential>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user