]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
NSX DB models split, part 1
authorSalvatore Orlando <salv.orlando@gmail.com>
Mon, 2 Feb 2015 14:01:49 +0000 (06:01 -0800)
committerSalvatore Orlando <salv.orlando@gmail.com>
Mon, 2 Feb 2015 14:06:32 +0000 (06:06 -0800)
commit1111fb8cafd459fa38028e68292054100e0f2ee0
tree0f4ce6577cbe132250299b0ed48c2f2994273702
parentf0a693c29e47408e6217affd7841aebbd3b9b4bd
NSX DB models split, part 1

This patch introduces a new module for hosting NSX DB model classes,
and populates it with models for the 'network gateway' extension,
which are then removed from the model hosting the network gateway
mixin.

This patch is part of a set of minor refactorings in the NSX plugin
which will then lead to a semi-full decomposition by the end of
the Kilo release cycle.

Related-to blueprint core-vendor-decomposition

Change-Id: Ie04f6c94055ac20b938c17cea251ec6532a1e16a
neutron/plugins/vmware/dbexts/networkgw_db.py
neutron/plugins/vmware/dbexts/nsx_models.py [new file with mode: 0644]
neutron/plugins/vmware/plugins/base.py
neutron/tests/unit/vmware/extensions/test_networkgw.py