← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1430512] Re: Adding a fixed_ip to an instance with neutron only updates the first port using the first subnet

 

** Changed in: nova
       Status: In Progress => Won't Fix

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

Title:
  Adding a fixed_ip to an instance with neutron only updates the first
  port using the first subnet

Status in OpenStack Compute (nova):
  Won't Fix

Bug description:
  This blueprint added support to nova for having multiple ports
  attached to an instance on the same network:

  https://blueprints.launchpad.net/nova/+spec/multiple-if-1-net

  However, with the "Multinic" API extension in nova, if you're adding a
  fixed_ip to an instance, the neutronv2 API will only copy the
  fixed_ips from the first subnet on the network to the first port
  associated with the instance:

  https://github.com/openstack/nova/blob/2015.1.0b2/nova/network/neutronv2/api.py#L745

  Once that's done, the code returns and the other subnets/ports aren't
  handled.

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


References