neutron/neutron/ipam
John Davidge 6ee91e56c8 Replace subnetpool config options with admin-only API
This patch adds a new boolean 'is_default' property to subnetpools. This
allows the admin to set the default v4/v6 subnetpools via the API rather
than the existing neutron.conf options - which are deprecated by this patch.

Only one subnetpool per IP family can be set to default.

DocImpact
ApiImpact

Co-Authored-By: Carl Baldwin <carl@ecbaldwin.net>

Change-Id: I5daba2347cfb91fac0b155b2c1b459ee7d9e4505
Closes-Bug: 1501328
2015-11-06 17:16:31 +00:00
..
drivers Fixed a bunch of typos throughout Neutron 2015-10-30 08:54:41 -05:00
__init__.py Make IPAM more pythonic 2015-07-09 17:33:17 +00:00
driver.py Add Pluggable IPAM Backend Part 2 2015-07-24 10:31:39 +03:00
exceptions.py Remove unnecessary brackets 2015-05-24 21:19:51 -07:00
requests.py Docs: clarify that AnySubnetRequest is optional 2015-11-02 14:47:41 -05:00
subnet_alloc.py Replace subnetpool config options with admin-only API 2015-11-06 17:16:31 +00:00
utils.py Fix usage of netaddr '.broadcast' 2015-08-31 12:38:39 +00:00