Details
-
Bug
-
Status: Resolved
-
Resolution: Done
-
unspecified
-
None
-
None
-
Operating System: Mac OS
Platform: PC
-
1028
Description
public void prepareInternalNetwork(Node node) {
try
catch (Exception e)
{ logger.error("Error creating internal network "+node.toString(), e); } ProviderNetworkManager.getManager().initializeFlowRules(node);
}
The exception in createIntegrationBridge is ignored. initializeFlowRules will fail if the integration bridge does not exist.