yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #04596
[Bug 1213134] Re: DB migration for ML2 VXLAN TypeDriver is incorrect
** Changed in: neutron
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1213134
Title:
DB migration for ML2 VXLAN TypeDriver is incorrect
Status in OpenStack Neutron (virtual network service):
Fix Released
Bug description:
The DB migration for ML2 VXLAN TypeDriver is incorrect. It currently
defines both ip_address and udp_port as primary keys, but separately,
which causes problems:
sa.PrimaryKeyConstraint('ip_address'),
sa.PrimaryKeyConstraint('udp_port')
This should be changed to:
sa.PrimaryKeyConstraint('ip_address', 'udp_port')
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1213134/+subscriptions