yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #18995
[Bug 1355882] [NEW] get_floating_ip_pools for neutron v2 API inconsistent with nova network API
Public bug reported:
Commit e00bdd7aa8c1ac9f1ae5057eb2f774f34a631845 change
get_floating_ip_pools in a way that it now return a list of names rather
than a list whose elements are in the form {'name': 'pool_name'}.
The implementation of this method in nova.network.neutron_v2.api has not
been adjusted thus causing
tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON
to always fail with neutron
The fix is straightforward.
** Affects: nova
Importance: Undecided
Assignee: Salvatore Orlando (salvatore-orlando)
Status: New
** Tags: neutron-full-job
** Also affects: nova
Importance: Undecided
Status: New
** Changed in: nova
Assignee: (unassigned) => Salvatore Orlando (salvatore-orlando)
** No longer affects: neutron
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1355882
Title:
get_floating_ip_pools for neutron v2 API inconsistent with nova
network API
Status in OpenStack Compute (Nova):
New
Bug description:
Commit e00bdd7aa8c1ac9f1ae5057eb2f774f34a631845 change
get_floating_ip_pools in a way that it now return a list of names
rather than a list whose elements are in the form {'name':
'pool_name'}.
The implementation of this method in nova.network.neutron_v2.api has
not been adjusted thus causing
tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON
to always fail with neutron
The fix is straightforward.
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1355882/+subscriptions
Follow ups
References