mirror of https://github.com/apache/jclouds.git
updated savvis to latest test case
This commit is contained in:
parent
7285fb0e2e
commit
9fd39e7df2
|
@ -40,7 +40,7 @@ public class SymphonyVPDCComputeServiceLiveTest extends BaseComputeServiceLiveTe
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected Properties getRestProperties() {
|
protected Properties setupRestProperties() {
|
||||||
// TODO remove these lines when this is registered under jclouds-core/rest.properties
|
// TODO remove these lines when this is registered under jclouds-core/rest.properties
|
||||||
Properties restProperties = new Properties();
|
Properties restProperties = new Properties();
|
||||||
restProperties.setProperty("savvis-symphony-vpdc.contextbuilder", SymphonyVPDCContextBuilder.class.getName());
|
restProperties.setProperty("savvis-symphony-vpdc.contextbuilder", SymphonyVPDCContextBuilder.class.getName());
|
||||||
|
|
Loading…
Reference in New Issue