]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
DB Mappings for NSX security groups
authorSalvatore Orlando <salv.orlando@gmail.com>
Fri, 27 Dec 2013 23:36:22 +0000 (15:36 -0800)
committerThomas Goirand <thomas@goirand.fr>
Thu, 13 Mar 2014 07:20:34 +0000 (15:20 +0800)
commitd35d4a4b16b81d1f3d1c141f32f04684c09c8f1f
treebad7c8f023f27dd825e683cfa3c6922f71ffd176
parent0d64e3c9a189232608ff8c4495c829b101a85f9f
DB Mappings for NSX security groups

This patch introduces DB mappings between neutron security
groups and NSX security profiles, thus not requiring anymore
the Neutron router ID to be equal to the NSX one.

This change is needed for enabling asynchronous operations in
the NSX plugin.

Related to blueprint nvp-async-backend-communication

Change-Id: I3b28d535c93cd2bfc776aabe0d99be18fce4454d
neutron/db/migration/alembic_migrations/versions/1b2580001654_nsx_sec_group_mappin.py [new file with mode: 0644]
neutron/plugins/nicira/NeutronPlugin.py
neutron/plugins/nicira/common/nsx_utils.py
neutron/plugins/nicira/common/securitygroups.py
neutron/plugins/nicira/dbexts/db.py
neutron/plugins/nicira/dbexts/models.py
neutron/plugins/nicira/nsxlib/secgroup.py
neutron/tests/unit/vmware/nsxlib/test_secgroup.py
neutron/tests/unit/vmware/test_nsx_utils.py