]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Support Basic Address Scope CRUD as extensions
authorvikram.choudhary <vikram.choudhary@huawei.com>
Tue, 9 Jun 2015 14:25:59 +0000 (19:55 +0530)
committerNuman Siddique <nusiddiq@redhat.com>
Thu, 2 Jul 2015 08:19:06 +0000 (13:49 +0530)
commitcbd95318ad6c44e72a3aa163f7a399353c8b4458
treef324972adf50fa2afa003bf30ed09933e28a8204
parentf9787afc348d7d386caf90ef8e9257bb0f9e002c
Support Basic Address Scope CRUD as extensions

This patch adds the support for basic address scope CRUD.
Subsequent patches will be added to use this address scope
on subnet pools.

DocImpact
APIImpact

Co-Authored-By: Ryan Tidwell <rktidwell85@gmail.com>
Co-Authored-By: Numan Siddique <nusiddiq@redhat.com>
Change-Id: Icabdd22577cfda0e1fbf6042e4b05b8080e54fdb
Partially-implements:  blueprint address-scopes
etc/policy.json
neutron/db/address_scope_db.py [new file with mode: 0644]
neutron/db/migration/alembic_migrations/versions/52c5312f6baf_address_scopes.py [new file with mode: 0644]
neutron/db/migration/alembic_migrations/versions/HEAD
neutron/extensions/address_scope.py [new file with mode: 0644]
neutron/plugins/ml2/plugin.py
neutron/tests/etc/policy.json
neutron/tests/unit/extensions/test_address_scope.py [new file with mode: 0644]