mirror of https://github.com/apache/jclouds.git
Issue 158: Removed location override
This commit is contained in:
parent
0dc804f4a7
commit
45a6541247
|
@ -69,9 +69,7 @@ public class SoftLayerComputeServiceAdapterLiveTest extends BaseSoftLayerClientL
|
||||||
public void testCreateNodeWithGroupEncodedIntoNameThenStoreCredentials() {
|
public void testCreateNodeWithGroupEncodedIntoNameThenStoreCredentials() {
|
||||||
String group = "foo";
|
String group = "foo";
|
||||||
String name = "node"+new Random().nextInt();
|
String name = "node"+new Random().nextInt();
|
||||||
Template template = computeContext.getComputeService().templateBuilder()
|
Template template = computeContext.getComputeService().templateBuilder().build();
|
||||||
.locationId("3") // the default (singapore) doesn't work.
|
|
||||||
.build();
|
|
||||||
|
|
||||||
// test passing custom options
|
// test passing custom options
|
||||||
template.getOptions().as(SoftLayerTemplateOptions.class).domainName("me.org");
|
template.getOptions().as(SoftLayerTemplateOptions.class).domainName("me.org");
|
||||||
|
|
Loading…
Reference in New Issue