]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Floatingip extension support for nuage plugin
authorronak <ronak.malav.shah@gmail.com>
Wed, 21 May 2014 17:05:48 +0000 (10:05 -0700)
committerronak <ronak.malav.shah@gmail.com>
Wed, 11 Jun 2014 06:13:47 +0000 (23:13 -0700)
commit17b5ba264673fcf3cdabae4e48ab8c8c5cb60d12
treee28f3a4ea3ba48b37e2fb17912b89ccc9bb022db
parent145ea4ac1a27ced302e585bd84624768f2321c89
Floatingip extension support for nuage plugin

Nuage's VSP supports adding floating-ip which fits
nicely with this floatingip extension supported by
openstack's neutron. This set of change enables that.

Implements: blueprint floatingip-ext-for-nuage-plugin

Change-Id: I7178ef0dd170567d0e50035eeed0db2ca33f6c1a
neutron/db/migration/alembic_migrations/versions/2db5203cb7a9_nuage_floatingip.py [new file with mode: 0644]
neutron/db/migration/alembic_migrations/versions/HEAD
neutron/plugins/nuage/common/constants.py
neutron/plugins/nuage/nuage_models.py
neutron/plugins/nuage/nuagedb.py
neutron/plugins/nuage/plugin.py
neutron/tests/unit/nuage/fake_nuageclient.py
neutron/tests/unit/nuage/test_nuage_plugin.py