> + public Builder toBuilder() {
> + return builder().fromProviderMetadata(this);
> + }
> +
> + public HPCloudBlockStorageProviderMetadata() {
> + super(builder());
> + }
> +
> + public HPCloudBlockStorageProviderMetadata(Builder builder) {
> + super(builder);
> + }
> +
> + public static Properties defaultProperties() {
> + Properties properties = new Properties();
> + properties.setProperty(REQUIRES_TENANT, "true");
> + properties.setProperty(CREDENTIAL_TYPE,
> CredentialTypes.API_ACCESS_KEY_CREDENTIALS);
@ccustine After this line, I would also indicate the service type for the
provider:
`properties.setProperty(SERVICE_TYPE, ServiceType.BLOCK_STORAGE);`
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/395/files#r14369983