Merge pull request #877 from andrewgaul/hpcloud-credentials

Clarify the HP Cloud credential type
This commit is contained in:
Adrian Cole 2012-10-04 16:46:28 -07:00
commit 049106afbf
2 changed files with 10 additions and 0 deletions

View File

@ -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>

View File

@ -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>