nova/releasenotes/notes/add-neutron-floating_pool-option-cba402c2de407b78.yaml
Stephen Finucane babb6f5f28 conf: Add neutron.default_floating_pool
The neutron network driver in nova has subverted the meaning of the
'default_floating_pool' value for its own cruel and unusual purposes.
This cannot be allowed to stand. Give neutron its own config option,
stopping it from stealing others and allowing us to eventually retire
the venerable 'default_floating_pool' option. A warning is included to
alert any unsuspecting operators of the neutron network driver's ghastly
behavior and allow them to mitigate same.

Change-Id: I2ce8ff3d7c33a402b8af50182ec01f512859c388
Implements: blueprint centralize-config-options-pike
2017-04-20 09:41:45 +01:00

8 lines
312 B
YAML

---
upgrade:
- |
A ``default_floating_pool`` configuration option has been added in the
``[neutron]`` group. The existing ``default_floating_pool`` option in the
``[DEFAULT]`` group is retained and should be used by nova-network users.
Neutron users meanwhile should migrate to the new option.