← Back to team overview

yahoo-eng-team team mailing list archive

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

 

Public bug reported:

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

** Affects: neutron
     Importance: Undecided
         Status: New

-- 
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


Follow ups