← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1122899] Re: If Quantum network has more than one subnet then nova add-fixed-ip adds an ip address per defined subnet

 

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

** Changed in: nova
    Milestone: None => grizzly-3

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

Title:
  If Quantum network has more than one subnet then nova add-fixed-ip
  adds an ip address per defined subnet

Status in OpenStack Compute (Nova):
  Fix Released

Bug description:
  nova list
  +--------------------------------------+------+--------+------------------+
  | ID                                   | Name | Status | Networks         |
  +--------------------------------------+------+--------+------------------+
  | 17f25432-d2e3-4789-92cf-201f40809d65 | g1   | ACTIVE | private=10.0.0.4 |
  +--------------------------------------+------+--------+------------------+

  nova remove-fixed-ip 17f25432-d2e3-4789-92cf-201f40809d65 10.0.0.4

  quantum net-list
  +--------------------------------------+---------+--------------------------------------------------+
  | id                                   | name    | subnets                                          |
  +--------------------------------------+---------+--------------------------------------------------+
  | 3eac291e-15e1-4b38-a698-1a1c616c9a7d | private | 868523a5-45df-42f5-8a35-943a970d244e 20.0.0.0/24 |
  |                                      |         | ca1a96e5-10b6-4e09-aa02-247c089c005b 10.0.0.0/24 |
  | f19ae8dc-cae6-48d3-b818-a4ae793c8759 | nova    | ce9ad459-51c7-4866-863b-81bc41aa56f7             |
  +--------------------------------------+---------+--------------------------------------------------+

  nova add-fixed-ip 17f25432-d2e3-4789-92cf-201f40809d65 3eac291e-
  15e1-4b38-a698-1a1c616c9a7d

  nova list
  +--------------------------------------+------+--------+----------------------------+
  | ID                                   | Name | Status | Networks                   |
  +--------------------------------------+------+--------+----------------------------+
  | 17f25432-d2e3-4789-92cf-201f40809d65 | g1   | ACTIVE | private=20.0.0.3, 10.0.0.4 |
  +--------------------------------------+------+--------+----------------------------+

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