← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1157439] Re: adding a fixed ip to instance with quantum replaces existing ip

 

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

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

Title:
  adding a fixed ip to instance with quantum replaces existing ip

Status in OpenStack Compute (Nova):
  Fix Released

Bug description:
  When adding a new fixed ip to an instance through nova while using a
  quantum backend, The existing ip is replaced:

  for example:

  $ nova list
  +--------------------------------------+------+--------+------------------+
  | ID                                   | Name | Status | Networks         |
  +--------------------------------------+------+--------+------------------+
  | 8c9d9cf1-6f93-46aa-8be9-1a1eabed8b68 | foo  | ACTIVE | private=10.0.0.4 |
  +--------------------------------------+------+--------+------------------+

  $ nova add-fixed-ip foo fce9d57d-2a7a-4b06-ab1b-665170337cad

  $ nova list
  +--------------------------------------+------+--------+------------------+
  | ID                                   | Name | Status | Networks         |
  +--------------------------------------+------+--------+------------------+
  | 8c9d9cf1-6f93-46aa-8be9-1a1eabed8b68 | foo  | ACTIVE | private=10.0.0.3 |
  +--------------------------------------+------+--------+------------------+

  Expected:

  both ips should be on the instance

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