]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Changes to remove the use of mapping tables from Nuage plugin
authorSayaji <sayaji15@gmail.com>
Thu, 17 Jul 2014 21:51:58 +0000 (14:51 -0700)
committerSayaji <sayaji15@gmail.com>
Thu, 24 Jul 2014 18:26:57 +0000 (11:26 -0700)
commit31d67cfdee5b9f1ed77df2c9cda1c849fd7d6181
tree29ef34195184fe1b24d892ca58c2be0016287872
parent3c037a5869182b991d9257ba5831ed4bf5d132b4
Changes to remove the use of mapping tables from Nuage plugin

Nuage plugin maintains a mapping of Openstack and Nuage resources.
With this change Nuage VSD can itself maintain this mapping, so the
plugin doesn't have to store the information in the neutron DB.
This eliminates potential out of sync and upgrade issues.

Closes-Bug: #1338853

Change-Id: I03b32a83d792c742962e0195383a622c1967ae4f
neutron/db/migration/alembic_migrations/versions/37f322991f59_nuage_removing_mapping_tables.py [new file with mode: 0644]
neutron/db/migration/alembic_migrations/versions/HEAD
neutron/plugins/nuage/nuage_models.py
neutron/plugins/nuage/nuagedb.py
neutron/plugins/nuage/plugin.py
neutron/tests/unit/nuage/fake_nuageclient.py