octavia/releasenotes/notes/enable-mutable-configuration-1d7f62a133148767.yaml
Michael Johnson 5021e0f547 Enable oslo_config mutable configurations
This patch enables oslo_config mutable configuration for the Octavia
control plane processes. The configuration will be updated when the
parent process receives a HUP signal.
This completes the Rocky goal: Enable mutable configuration.

Change-Id: Idaf608c6e5fd2fa74a68c3b562be441a20107a50
Story: 2001545
Task: 6391
2018-07-01 16:45:30 -07:00

7 lines
214 B
YAML

---
features:
- |
You can now update the running configuration of the Octavia control
plane processes by sending the parent process a "HUP" signal.
Note: The configuration item must support mutation.