]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Vmware: Set correct nullable for lsn_id, nsx_port_id
authorAnn Kamyshnikova <akamyshnikova@mirantis.com>
Tue, 22 Apr 2014 07:40:36 +0000 (11:40 +0400)
committerAnn Kamyshnikova <akamyshnikova@mirantis.com>
Thu, 24 Apr 2014 06:58:26 +0000 (10:58 +0400)
commita4e1ad0cb55c48acbae59f222cd24e268ea495d8
treeecd110251c0e56aa2fdf8cc55cd6b717653431ea
parentc5e16a84bc1cc57450dc3901ad2f721435cf4daa
Vmware: Set correct nullable for lsn_id, nsx_port_id

Corrected the following models according to database
content:
- NOT NULL for LsnPort lsn_id;
- NOT NULL for NeutronNsxPortMapping nsx_port_id;

Partial-Bug: #1296282

Change-Id: Ia67fcc68eeceb27d9274adb652ab45b32152f01c
neutron/plugins/vmware/dbexts/lsn_db.py
neutron/plugins/vmware/dbexts/models.py