← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1719494] Re: When create a fip with subnet_id and ip specified, the created fip won't be the ip specified

 

*** This bug is a duplicate of bug 1738612 ***
    https://bugs.launchpad.net/bugs/1738612

This was fixed in https://review.opendev.org/#/c/528535/

** This bug has been marked a duplicate of bug 1738612
   Floating IP update breakes decomposed plugins

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1719494

Title:
  When create a fip with subnet_id and ip specified, the created fip
  won't be the ip specified

Status in neutron:
  New

Bug description:
  When create a fip with subnet_id and ip option specified, the created
  fip won't be the ip specified, in the original code, it will be
  replaced with subnet_id, and it will confuse users.For example:

  #neutron floatingip-create --floating-ip-address 10.10.0.10 --subnet <subnet_id> <network>
  then 10.10.0.2 was allocated, not 10.10.0.10

  If only floating-ip-address is specified, the result is fine
  #neutron floatingip-create --floating-ip-address 10.10.0.10 <network>
  then 10.10.0.10 was allocated

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


References