]> 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)
committerSalvatore Orlando <salv.orlando@gmail.com>
Thu, 27 Feb 2014 01:29:48 +0000 (17:29 -0800)
commit6e2f3ecf1e2c53a44d9be4f944e48261d9e7aa4c
treea6e27a1cf6e9bcdb0fc871f2fe13861feed93797
parente33dad2461974a1699e3e98f453f0187e41f07ee
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