Browse Source
This patch enables oslo_config mutable configuration for the Qinling 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: Ib4b007d0c1e0401ed652bdf7a90993200bbfb576 Story: 2001545 Task: 6400changes/34/580134/1
3 changed files with 10 additions and 1 deletions
@ -0,0 +1,6 @@
|
||||
--- |
||||
features: |
||||
- | |
||||
Operators can now update the running configuration of the Qinling control |
||||
plane processes by sending the parent process a "HUP" signal. |
||||
Note: The configuration option must support mutation. |
Loading…
Reference in new issue