yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #15979
[Bug 1301396] Re: Enum type is changed incorrectly in migration 1341ed32cc1e_nvp_netbinding_update for
** Changed in: neutron
Status: Fix Committed => Fix Released
** Changed in: neutron
Milestone: None => juno-1
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1301396
Title:
Enum type is changed incorrectly in migration
1341ed32cc1e_nvp_netbinding_update for
Status in OpenStack Neutron (virtual network service):
Fix Released
Bug description:
In migration 1341ed32cc1e_nvp_netbinding_update Enum type had been
changed incorrectly from ('flat', 'vlan', 'stt', 'gre') to ('flat',
'vlan', 'stt', 'gre', 'l3_ext') for PostgeSQL so in database this
type was not changed.
This could be checked as it shown there
http://paste.openstack.org/show/74835/.
The same problem is taken place for vlan_type in migrations 38fc1f6789f8_cisco_n1kv_overlay from ('vlan', 'vxlan', 'trunk',
'multi-segment') to ('vlan', 'overlay', 'trunk', 'multi-segment') and in 46a0efbd8f0_cisco_n1kv_multisegm from ('vlan', 'vxlan') to
('vlan', 'vxlan', 'trunk', 'multi-segment').
This could be checked as it shown there
http://paste.openstack.org/show/75387/
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1301396/+subscriptions
References