]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Remove allow_overlap from subnetpools API
authorRyan Tidwell <ryan.tidwell@hp.com>
Fri, 20 Mar 2015 22:09:38 +0000 (15:09 -0700)
committerRyan Tidwell <ryan.tidwell@hp.com>
Thu, 26 Mar 2015 04:15:53 +0000 (21:15 -0700)
commit4cfc52dfea23580711eefcbcd1737fd651576be7
tree3aaba445ae4b3f0ad6c5a8b8d076eaec93dbf994
parentecf8c524b9080065f6a20413a9e99256f6432738
Remove allow_overlap from subnetpools API

Removes the allow_overlap attribute from subnetpools in favor making all
subnets unique within a pool.

ApiImpact
Partially-Implements: blueprint subnet-allocation
Change-Id: I0484ac60923376e59ceb8aa288bf582f1e713b82
neutron/api/v2/attributes.py
neutron/db/db_base_plugin_v2.py
neutron/db/migration/alembic_migrations/versions/034883111f_remove_subnetpool_allow_overlap.py [new file with mode: 0644]
neutron/db/migration/alembic_migrations/versions/HEAD
neutron/db/models_v2.py
neutron/ipam/subnet_alloc.py