yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #15994
[Bug 1296282] Re: Incorrect nullable parameter in models
** 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/1296282
Title:
Incorrect nullable parameter in models
Status in OpenStack Neutron (virtual network service):
Fix Released
Bug description:
In some models value of 'nullable' parameter in columns is wrong. The following models are incorrect:
NULL for PoolLoadbalancerAgentBinding agent_id
NULL for NexusPortBinding switch_ip and instance_id
NULL for LsnPort lsn_id
NULL for NeutronNsxPortMapping nsx_port_id
NULL for TzNetworkBinding phy_uuid and vlan_id as they are primary keys
Migration 492a106273f8_brocade_ml2_mech_dri sets admin_state_up NULL in ml2_brocadeports instead of NOT NULL.
In migrations folsom_initial was set incorrect nullable parameter for vlan_id in cisco_nexusport_bindings.
This can be checked as it is shown there
http://paste.openstack.org/show/74091/
http://paste.openstack.org/show/76628/.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1296282/+subscriptions
References