mirror of
https://github.com/apache/jclouds.git
synced 2025-02-21 18:06:03 +00:00
fixed typo in service path
This commit is contained in:
parent
2ca179ec54
commit
c73b424a0f
@ -34,7 +34,7 @@ public class ECCWalrusPropertiesBuilder extends WalrusPropertiesBuilder {
|
||||
@Override
|
||||
protected Properties defaultProperties() {
|
||||
Properties properties = super.defaultProperties();
|
||||
properties.setProperty(PROPERTY_ENDPOINT, "http://ecc.eucalyptus.com:8773/services/ECCWalrus");
|
||||
properties.setProperty(PROPERTY_ENDPOINT, "http://ecc.eucalyptus.com:8773/services/Walrus");
|
||||
return properties;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user