switched default auth version to 1.0

This commit is contained in:
Adrian Cole 2011-12-19 17:42:12 -08:00
parent 60691544c7
commit 8d517f9f51
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@
<properties>
<test.initializer>org.jclouds.hpcloud.object.storage.blobstore.integration.HPCloudObjectStorageTestInitializer</test.initializer>
<test.hpcloud-object-storage.endpoint>https://region-a.geo-1.objects.hpcloudsvc.com/auth</test.hpcloud-object-storage.endpoint>
<test.hpcloud-object-storage.apiversion>1.1</test.hpcloud-object-storage.apiversion>
<test.hpcloud-object-storage.apiversion>1.0</test.hpcloud-object-storage.apiversion>
<test.hpcloud-object-storage.identity>FIXME_IDENTITY</test.hpcloud-object-storage.identity>
<test.hpcloud-object-storage.credential>FIXME_CREDENTIAL</test.hpcloud-object-storage.credential>
</properties>