Uploaded image for project: 'ovsdb'
  1. ovsdb
  2. OVSDB-17

In prepareInternalNetwork, Exceptions creating integration bridge are ignored

    XMLWordPrintable

Details

    • Bug
    • Status: Resolved
    • Resolution: Done
    • unspecified
    • None
    • API
    • None
    • Operating System: Mac OS
      Platform: PC

    • 1028

    Description

      public void prepareInternalNetwork(Node node) {
      try

      { this.createIntegrationBridge(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.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            Unassigned Unassigned
            dave@dtucker.co.uk Dave Tucker
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: