← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1258380] [NEW] unimplemented get_floating_ips_by_fixed_address in neutronv2/api.py

 

Public bug reported:

get_floating_ips_by_fixed_address is currently hard coded to return an
empty list in the nova neutron API.

https://github.com/openstack/nova/blob/master/nova/network/neutronv2/api.py#L770

This is because of a change that was a work around for some issues back
in the Folsom / Grizzly releases.

https://github.com/openstack/nova/commit/c0709bdd82c83e16cab6ed854d2ef873eb775473

This should be implemented or removed if it isn't needed any longer
(dead code)

** Affects: nova
     Importance: Undecided
         Status: Confirmed


** Tags: network

** Tags added: 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/1258380

Title:
  unimplemented get_floating_ips_by_fixed_address in neutronv2/api.py

Status in OpenStack Compute (Nova):
  Confirmed

Bug description:
  get_floating_ips_by_fixed_address is currently hard coded to return an
  empty list in the nova neutron API.

  https://github.com/openstack/nova/blob/master/nova/network/neutronv2/api.py#L770

  This is because of a change that was a work around for some issues
  back in the Folsom / Grizzly releases.

  https://github.com/openstack/nova/commit/c0709bdd82c83e16cab6ed854d2ef873eb775473

  This should be implemented or removed if it isn't needed any longer
  (dead code)

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


Follow ups

References