← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1462902] Re: Can't "Manage Floating IP Associations" with no routers

 

** Changed in: horizon
       Status: Fix Committed => Fix Released

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

Title:
  Can't  "Manage Floating IP Associations" with no routers

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  There are no API restrictions requiring to have a router associated to the network of the private port in order to associate a FIP on it:
  http://developer.openstack.org/api-ref-networking-v2-ext.html
  http://developer.openstack.org/api-ref-networking-v2-ext.html#createFloatingIp

  Only The default Neutron l3 service implementation has the restriction of requiring a router:
  https://github.com/openstack/neutron/blob/master/neutron/db/l3_db.py#L778 https://github.com/openstack/neutron/blob/master/neutron/db/l3_db.py#L802

  If we have no router, we can not associate a floating IP any-more even
  if we do not need any when we do not use the default implementation.

  We should be able to switch this behaviour. when something else than
  the default implementation is used.

  This happened after https://bugs.launchpad.net/horizon/+bug/1252403

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


References