]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Add multiple provider network extension
authorAaron Rosen <arosen@nicira.com>
Wed, 19 Jun 2013 23:09:05 +0000 (16:09 -0700)
committerAaron Rosen <arosen@nicira.com>
Tue, 20 Aug 2013 17:30:08 +0000 (10:30 -0700)
commitd16e185d34df811bf858bf93cf056d0cb945e22d
treee610bdf0c8afbc6fde18151de8c5194835b577e5
parent589071a1fb1a783198bfe2da4e5c1213adbc9c1a
Add multiple provider network extension

The following commit adds the ability to associate multiple
different provider networks on a single network.

Implements blueprint map-networks-to-multiple-provider-networks

Change-Id: I3c70fb2426899f728a401566debab7f66e7246bc
etc/policy.json
neutron/db/migration/alembic_migrations/versions/3c6e57a23db4_add_multiprovider.py [new file with mode: 0644]
neutron/extensions/multiprovidernet.py [new file with mode: 0644]
neutron/plugins/nicira/NeutronPlugin.py
neutron/plugins/nicira/dbexts/nicira_db.py
neutron/plugins/nicira/dbexts/nicira_models.py
neutron/plugins/nicira/nvplib.py
neutron/tests/unit/nicira/test_nicira_plugin.py
neutron/tests/unit/nicira/test_nvplib.py