mirror of https://github.com/apache/jclouds.git
Misc
This commit is contained in:
parent
18c6313eb4
commit
27fb042c11
|
@ -246,7 +246,7 @@ public abstract class AbstractVAppClientLiveTest extends BaseVCloudDirectorClien
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Power on a VApp.
|
* Power on a {@link VApp}s {@link Vm}s.
|
||||||
*/
|
*/
|
||||||
protected VApp powerOn(final URI testVAppURI) {
|
protected VApp powerOn(final URI testVAppURI) {
|
||||||
VApp testVApp = vAppClient.getVApp(testVAppURI);
|
VApp testVApp = vAppClient.getVApp(testVAppURI);
|
||||||
|
|
|
@ -405,7 +405,7 @@ public abstract class BaseVCloudDirectorClientLiveTest extends BaseContextLiveTe
|
||||||
// Build the configuration object
|
// Build the configuration object
|
||||||
NetworkConfiguration networkConfiguration = NetworkConfiguration.builder()
|
NetworkConfiguration networkConfiguration = NetworkConfiguration.builder()
|
||||||
.parentNetwork(parentNetwork.get())
|
.parentNetwork(parentNetwork.get())
|
||||||
.fenceMode(Network.FenceMode.ISOLATED)
|
.fenceMode(Network.FenceMode.BRIDGED)
|
||||||
.build();
|
.build();
|
||||||
|
|
||||||
return networkConfiguration;
|
return networkConfiguration;
|
||||||
|
|
Loading…
Reference in New Issue