yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #01615
[Bug 1154093] Re: vm with multiples user-defined fixed-ips not supported by quantumv2 driver
** 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/1154093
Title:
vm with multiples user-defined fixed-ips not supported by quantumv2
driver
Status in OpenStack Compute (Nova):
Fix Released
Bug description:
QuantumV2 driver does not support correctly the instantiation of a virtual machine having multiples interfaces with user-defined fixed-ips.
It could be highlighted by doing something like:
nova boot .... vm --nic net-id=$uuid1,v4-fixed-ip=$ip_onuuid1_subnet --nic net-id=$uuid2,v4-fixed-ip=$ip_on_uuid2_subnet
The trouble comes from the fact that quantumV2 driver for every interface with user-defined fixed-ips uses the last fixed-ip.
So when you try to create the first vm interface, the driver use the last fixed-ip.
In attachment i provide the patch to correct the bug !
It affects folsom stable and grizzly trunk nova quantum driver
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1154093/+subscriptions