mirror of https://github.com/apache/jclouds.git
updated identityName
This commit is contained in:
parent
476742eaef
commit
bd0d319473
|
@ -85,7 +85,7 @@ public class HPCloudComputeProviderMetadata extends BaseProviderMetadata {
|
|||
id("hpcloud-compute")
|
||||
.name("HP Cloud Compute Services")
|
||||
.apiMetadata(new NovaApiMetadata().toBuilder()
|
||||
.identityName("tenantName:accessKey or accessKey")
|
||||
.identityName("yourTenantName:yourAccessKey")
|
||||
.credentialName("secretKey")
|
||||
.defaultModules(ImmutableSet.<Class<? extends Module>>of(KeystoneAuthenticationModuleForZones.class,NovaRestClientModule.class, HPCloudComputeServiceContextModule.class))
|
||||
.build())
|
||||
|
|
|
@ -84,7 +84,7 @@ public class HPCloudObjectStorageApiMetadata extends SwiftApiMetadata {
|
|||
super(HPCloudObjectStorageClient.class, HPCloudObjectStorageAsyncClient.class);
|
||||
id("hpcloud-objectstorage")
|
||||
.name("HP Cloud Services Object Storage API")
|
||||
.identityName("tenantName:accessKey or accessKey")
|
||||
.identityName("yourTenantName:yourAccessKey")
|
||||
.credentialName("secretKey")
|
||||
.documentation(URI.create("https://build.hpcloud.com/object-storage/api"))
|
||||
.defaultProperties(HPCloudObjectStorageApiMetadata.defaultProperties())
|
||||
|
|
Loading…
Reference in New Issue