yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #26797
[Bug 1409816] [NEW] Listing neutron networks via nova api results in a 404
Public bug reported:
`nova boot` requires you specify a neutron net-id via the --nic option
when you have more than one network available in neutron. When
attempting to list the networks with `nova network-list` in order to
select a network nova returns a 404.
Talked to mriedem briefly about this and he pointed to
http://git.openstack.org/cgit/openstack/nova/tree/nova/network/neutronv2/api.py#n1034
which is where nova proxies to neutron for that info. There is also a
test in tempest
http://git.openstack.org/cgit/openstack/tempest/tree/tempest/api/compute/test_networks.py#n31
but it apparently doesn't work against nova with neutron.
Note that using `neutron net-list` does properly list the available
networks so this appears to be an issue with nova's proxying of
neutron's api.
** Affects: nova
Importance: Undecided
Status: Confirmed
** Tags: api network
--
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/1409816
Title:
Listing neutron networks via nova api results in a 404
Status in OpenStack Compute (Nova):
Confirmed
Bug description:
`nova boot` requires you specify a neutron net-id via the --nic option
when you have more than one network available in neutron. When
attempting to list the networks with `nova network-list` in order to
select a network nova returns a 404.
Talked to mriedem briefly about this and he pointed to
http://git.openstack.org/cgit/openstack/nova/tree/nova/network/neutronv2/api.py#n1034
which is where nova proxies to neutron for that info. There is also a
test in tempest
http://git.openstack.org/cgit/openstack/tempest/tree/tempest/api/compute/test_networks.py#n31
but it apparently doesn't work against nova with neutron.
Note that using `neutron net-list` does properly list the available
networks so this appears to be an issue with nova's proxying of
neutron's api.
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1409816/+subscriptions
Follow ups
References