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) {
|
||||
VApp testVApp = vAppClient.getVApp(testVAppURI);
|
||||
|
|
|
@ -405,7 +405,7 @@ public abstract class BaseVCloudDirectorClientLiveTest extends BaseContextLiveTe
|
|||
// Build the configuration object
|
||||
NetworkConfiguration networkConfiguration = NetworkConfiguration.builder()
|
||||
.parentNetwork(parentNetwork.get())
|
||||
.fenceMode(Network.FenceMode.ISOLATED)
|
||||
.fenceMode(Network.FenceMode.BRIDGED)
|
||||
.build();
|
||||
|
||||
return networkConfiguration;
|
||||
|
|
Loading…
Reference in New Issue