deb-horizon/releasenotes/notes/deprecation-of-default-subnet-pool-label-options-b05ebccbf6f68ecf.yaml
Frode Nordahl 5a68857bfc Deprecate default_*_subnet_pool_label options
Starting with Mitaka, Neutron API handing of default subnetpool has
changed [1].

If a default subnetpool exists in Neutron it will show up in the
subnetpool list. Thus no change in Horizon is needed to handle this
part.

The following changes are required in Horizon:
- Mark the 'default_ipv4_subnet_pool_label' and
  'default_ipv6_subnet_pool_label' configuration options for use
  with Liberty only, deprecate them and tag them for removal in
  future release.
- When the configuration options are removed the _check_subnet_data
  function should no longer allow to pass empty 'cidr' and
  'subnetpool_id'.

References:
1: http://docs.openstack.org/releasenotes/neutron/unreleased.html

Change-Id: Ib1d4143251421d03e4e9c3071d43d2423e3b0d8c
Closes-Bug: #1551333
2016-03-02 21:27:09 +01:00

8 lines
404 B
YAML

---
deprecations:
- The 'default_ipv4_subnet_pool_label' and 'default_ipv6_subnet_pool_label'
options has been deprecated and will be removed in the Newton release.
Starting with Mitaka you can create one default subnet pool per address
family through the Neutron API. These subnet pools will automatically
show up in the subnet pool list using the name of the pool as label.