summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorStephen Finucane <sfinucan@redhat.com>2017-02-08 16:03:57 +0000
committerStephen Finucane <sfinucan@redhat.com>2017-04-20 09:41:45 +0100
commitbabb6f5f28c156a5f54af7434747a9848789b048 (patch)
treed710acd08fe870bd9a7e8c7aeff1ddd3a7abe068 /releasenotes
parent9569bc3552f4ae2df5f7e063ab8b09b20103e61c (diff)
downloadnova-babb6f5f28c156a5f54af7434747a9848789b048.tar.gz
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
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/add-neutron-floating_pool-option-cba402c2de407b78.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/releasenotes/notes/add-neutron-floating_pool-option-cba402c2de407b78.yaml b/releasenotes/notes/add-neutron-floating_pool-option-cba402c2de407b78.yaml
new file mode 100644
index 0000000000..b95d1ae60e
--- /dev/null
+++ b/releasenotes/notes/add-neutron-floating_pool-option-cba402c2de407b78.yaml
@@ -0,0 +1,7 @@
+---
+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.