76898b7382
This adds signal handler to reload mutable configuration options on SIGHUP. It has to be done manually, because ironic-inspector doesn't use oslo.service. Change-Id: I38955fe9dbfd339df2a10dcbb55e996bf515034a Story: #1585595 Task: #12543
11 lines
497 B
YAML
11 lines
497 B
YAML
---
|
|
features:
|
|
- |
|
|
Issuing a SIGHUP to the ironic-inspector service will cause the service to
|
|
reload and use any changed values for *mutable* configuration options.
|
|
|
|
Mutable configuration options are indicated as such in the `sample
|
|
configuration file <https://docs.openstack.org/ironic-inspector/latest/configuration/sample-config.html>`_
|
|
by ``Note: This option can be changed without restarting``.
|
|
|
|
A warning is logged for any changes to immutable configuration options. |