[OVSDB-17] In prepareInternalNetwork, Exceptions creating integration bridge are ignored Created: 18/May/14 Updated: 03/May/18 Resolved: 05/Aug/14 |
|
| Status: | Resolved |
| Project: | ovsdb |
| Component/s: | API |
| Affects Version/s: | unspecified |
| Fix Version/s: | None |
| Type: | Bug | ||
| Reporter: | Dave Tucker | Assignee: | Unassigned |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Environment: |
Operating System: Mac OS |
||
| External issue ID: | 1028 |
| Description |
|
public void prepareInternalNetwork(Node node) { 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. |