yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #34857
[Bug 1468828] Re: HA router-create breaks ML2 drivers that implement create_network such as Arista
** Also affects: neutron/kilo
Importance: Undecided
Status: New
** Changed in: neutron/kilo
Importance: Undecided => Medium
** Changed in: neutron/kilo
Status: New => In Progress
** Changed in: neutron/kilo
Assignee: (unassigned) => Sukhdev Kapur (sukhdev-8)
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1468828
Title:
HA router-create breaks ML2 drivers that implement create_network
such as Arista
Status in OpenStack Neutron (virtual network service):
Fix Committed
Status in neutron kilo series:
In Progress
Bug description:
This issue was discovered with Arista ML2 driver, when an HA router
was created. However, this will impact any ML2 driver that implements
create_network.
When an admin creates HA router (neutron router-create --ha ), the HA framework invokes network_create() and sets tenant-id to '' (The empty string).
network_create() ML2 mech driver API expects tenant-id to be set to a valid ID.
Any ML2 driver, which relies on tenant-id, will fail/reject network_create() request, resulting in router-create to fail.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1468828/+subscriptions
References