← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1855015] Re: Intermittent fails in nova-next job with "Multiple possible networks found, use a Network ID to be more specific."

 

*** This bug is a duplicate of bug 1844568 ***
    https://bugs.launchpad.net/bugs/1844568

It looks like that tempest test is actually expecting the error:

https://opendev.org/openstack/tempest/src/branch/master/tempest/api/compute/servers/test_attach_interfaces.py#L236

        try:
            iface = self._test_create_interface(server)
        except lib_exc.BadRequest as e:
            msg = ('Multiple possible networks found, use a Network ID to be '
                   'more specific.')
            if not CONF.compute.fixed_network_name and six.text_type(e) == msg:
                raise
        else:
            ifs.append(iface)


** Changed in: nova
       Status: New => Invalid

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1855015

Title:
  Intermittent fails in nova-next job with "Multiple possible networks
  found, use a Network ID to be more specific."

Status in OpenStack Compute (nova):
  New

Bug description:
  There was something similar before [1] but it was 100% and in one job.
  This is intermittent and in multiple jobs across multiple projects.

  http://logstash.openstack.org/#/dashboard/file/logstash.json?query=message:%5C%22Multiple%20possible%20networks%20found,%20use%20a%20Network%20ID%20to%20be%20more%20specific%5C%22

  [1] https://bugs.launchpad.net/nova/+bug/1822605

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1855015/+subscriptions


References