Multiple possible networks found, use a Network ID to be more specific. (HTTP 409)

Bug #2077168 reported by Takashi Natsume
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
python-novaclient
New
Critical
Unassigned

Bug Description

In the python-novaclient-functional job, the following tests fail.

* novaclient.tests.functional.v2.legacy.test_servers.TestServersBootNovaClient.test_boot_server_using_image_with
* novaclient.tests.functional.v2.test_servers.TestServersBootNovaClient.test_boot_server_using_image_with

ft1.1: novaclient.tests.functional.v2.legacy.test_servers.TestServersBootNovaClient.test_boot_server_using_image_withtesttools.testresult.real._StringException: Traceback (most recent call last):
  File "/home/zuul/src/opendev.org/openstack/python-novaclient/novaclient/tests/functional/v2/legacy/test_servers.py", line 93, in test_boot_server_using_image_with
    server_info = self.nova('boot', params=(
  File "/home/zuul/src/opendev.org/openstack/python-novaclient/novaclient/tests/functional/base.py", line 321, in nova
    return self.cli_clients.nova(action, flags, params, fail_ok,
  File "/home/zuul/src/opendev.org/openstack/python-novaclient/.tox/functional/lib/python3.10/site-packages/tempest/lib/cli/base.py", line 143, in nova
    return self.cmd_with_auth(
  File "/home/zuul/src/opendev.org/openstack/python-novaclient/.tox/functional/lib/python3.10/site-packages/tempest/lib/cli/base.py", line 400, in cmd_with_auth
    return execute(cmd, action, flags, params, fail_ok, merge_stderr,
  File "/home/zuul/src/opendev.org/openstack/python-novaclient/.tox/functional/lib/python3.10/site-packages/tempest/lib/cli/base.py", line 63, in execute
    raise exceptions.CommandFailed(proc.returncode,
tempest.lib.exceptions.CommandFailed: Command '['/home/zuul/src/opendev.org/openstack/python-novaclient/.tox/functional/bin/nova', '--os-username', 'admin', '--os-password', 'secretadmin', '--os-auth-url', 'https://200.225.47.26/identity', '--os-project-name', 'admin', '--os-compute-api-version', '2.1', '--os-endpoint-type', 'publicURL', 'boot', '--flavor', '1', '--image', '551a1cba-e887-46c9-8b88-4f2363ee6d2c', '--poll', 'image-with-server-1']' returned non-zero exit status 1.
stdout:
b''
stderr:
b'nova CLI is deprecated and will be removed in a future release\nERROR (Conflict): Multiple possible networks found, use a Network ID to be more specific. (HTTP 409) (Request-ID: req-a6e6904d-1fa2-4f16-8bb7-83bbf90dd40d)\n'

ft2.1: novaclient.tests.functional.v2.test_servers.TestServersBootNovaClient.test_boot_server_using_image_withtesttools.testresult.real._StringException: Traceback (most recent call last):
  File "/home/zuul/src/opendev.org/openstack/python-novaclient/novaclient/tests/functional/v2/legacy/test_servers.py", line 93, in test_boot_server_using_image_with
    server_info = self.nova('boot', params=(
  File "/home/zuul/src/opendev.org/openstack/python-novaclient/novaclient/tests/functional/base.py", line 321, in nova
    return self.cli_clients.nova(action, flags, params, fail_ok,
  File "/home/zuul/src/opendev.org/openstack/python-novaclient/.tox/functional/lib/python3.10/site-packages/tempest/lib/cli/base.py", line 143, in nova
    return self.cmd_with_auth(
  File "/home/zuul/src/opendev.org/openstack/python-novaclient/.tox/functional/lib/python3.10/site-packages/tempest/lib/cli/base.py", line 400, in cmd_with_auth
    return execute(cmd, action, flags, params, fail_ok, merge_stderr,
  File "/home/zuul/src/opendev.org/openstack/python-novaclient/.tox/functional/lib/python3.10/site-packages/tempest/lib/cli/base.py", line 63, in execute
    raise exceptions.CommandFailed(proc.returncode,
tempest.lib.exceptions.CommandFailed: Command '['/home/zuul/src/opendev.org/openstack/python-novaclient/.tox/functional/bin/nova', '--os-username', 'admin', '--os-password', 'secretadmin', '--os-auth-url', 'https://200.225.47.26/identity', '--os-project-name', 'admin', '--os-compute-api-version', '2.latest', '--os-endpoint-type', 'publicURL', 'boot', '--flavor', '1', '--image', '551a1cba-e887-46c9-8b88-4f2363ee6d2c', '--poll', 'image-with-server-1']' returned non-zero exit status 1.
stdout:
b''
stderr:
b'nova CLI is deprecated and will be removed in a future release\nERROR (Conflict): Multiple possible networks found, use a Network ID to be more specific. (HTTP 409) (Request-ID: req-9201d2d6-7335-4bb3-974e-ecd672f12250)\n'

https://4effb742a88be8659f07-40bd60678638a1db566d5d37b438f20d.ssl.cf5.rackcdn.com/915977/3/check/python-novaclient-functional/8e13013/testr_results.html

Revision history for this message
Takashi Natsume (natsume-takashi) wrote :

In my local environment, I could not reproduce it.

Changed in python-novaclient:
importance: Undecided → Critical
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.