mirror of https://github.com/apache/jclouds.git
Updated Service Type refs
This commit is contained in:
parent
7e5f9f8b5e
commit
4a0ca1bc1f
|
@ -57,8 +57,8 @@ public class NeutronApiMetadata extends BaseHttpApiMetadata<NeutronApi> {
|
|||
|
||||
public static Properties defaultProperties() {
|
||||
Properties properties = BaseHttpApiMetadata.defaultProperties();
|
||||
properties.setProperty(SERVICE_TYPE, ServiceType.NETWORK);
|
||||
properties.setProperty(CREDENTIAL_TYPE, CredentialTypes.PASSWORD_CREDENTIALS);
|
||||
properties.setProperty(SERVICE_TYPE, ServiceType.NETWORK);
|
||||
return properties;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue