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