]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
VMware: consolidate NSX models
authorSalvatore Orlando <salv.orlando@gmail.com>
Wed, 4 Feb 2015 11:43:10 +0000 (03:43 -0800)
committerSalvatore Orlando <salv.orlando@gmail.com>
Thu, 5 Feb 2015 18:12:34 +0000 (10:12 -0800)
commit3b49ac0bec5916856f81d962507a289e388b61e8
tree698c18fafa0f9099aefa209b0a7e5e9807306eca
parent568f3562ae540a2eb5d6784d43f92786084d34f6
VMware: consolidate NSX models

This patch moves all the models for the NSX plugin currently in trunk
into a single module. The module neutron.db.migration.models.head is
also updated accordingly.

This patches is aimed at simplifying the decomposition of the VMware
NSX plugin.

Related blueprint core-vendor-decomposition

Change-Id: I32be9996a76ab874d1b982f0be10ae393d48060b
neutron/db/migration/models/head.py
neutron/plugins/vmware/dbexts/db.py
neutron/plugins/vmware/dbexts/models.py [deleted file]
neutron/plugins/vmware/dbexts/nsx_models.py
neutron/tests/unit/vmware/db/test_nsx_db.py
neutron/tests/unit/vmware/test_nsx_utils.py