]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Support subnetpool association to an address scope
authorvikram.choudhary <vikram.choudhary@huawei.com>
Wed, 1 Jul 2015 12:24:31 +0000 (17:54 +0530)
committerNuman Siddique <nusiddiq@redhat.com>
Tue, 4 Aug 2015 06:39:15 +0000 (12:09 +0530)
commitbde7838d047d68cbc4aa3b301f236136ac1c17fc
treee32b995da0e9566a5eff6e72735c2756e88f8652
parent6ee7b12d9494ca972d05a73ca000f1167d32c617
Support subnetpool association to an address scope

This patch supports the following
 - create a subnetpool with address scope
 - update a subnetpool
     - to associate with an address scope
     - to change the association to another address scope
     - to remove the association with the address scope

DocImpact
APIImpact

Change-Id: I889096235ae81fcc736fabd4686c8e88b1a226b7
Co-Authored-By: Ryan Tidwell <rktidwell85@gmail.com>
Co-Authored-By: Numan Siddique <nusiddiq@redhat.com>
Partially-implements:  blueprint address-scopes
13 files changed:
neutron/common/exceptions.py
neutron/db/address_scope_db.py
neutron/db/db_base_plugin_common.py
neutron/db/db_base_plugin_v2.py
neutron/db/migration/alembic_migrations/versions/HEADS
neutron/db/migration/alembic_migrations/versions/liberty/expand/1b4c6e320f79_address_scope_support_in_subnetpool.py [new file with mode: 0644]
neutron/db/models_v2.py
neutron/extensions/address_scope.py
neutron/ipam/subnet_alloc.py
neutron/tests/api/test_address_scopes_negative.py
neutron/tests/api/test_subnetpools.py
neutron/tests/api/test_subnetpools_negative.py
neutron/tests/unit/extensions/test_address_scope.py