masakari/masakari/conf
bhagyashris 4299b38883 Enable mutable config in Masakari
New releases of oslo.config support a 'mutable' parameter to Opts.
This is only respected when the new method mutate_config_files is
called instead of reload_config_files. Masakari delegates making
this call to oslo.service, so how do we switch?
Icec3e664f3fe72614e373b2938e8dee53cf8bc5e allows services to tell
oslo.service they want mutate_config_files to be called by passing a
parameter, which this patch does.

This allows Masakari to benefit from
I1e7a69de169cc85f4c09954b2f46ce2da7106d90, where the 'debug' option
(owned by oslo.log) is made mutable. We should be able to turn debug
logging on and off by changing the config and sending SIGHUP.
Also in this patch configuration parameter
'retry_notification_new_status_interval' is marked as mutable.

Part of bp:mutable-config

Change-Id: Icf4438b98420eb0e9d35a19cf88831f359c74fe5
2018-05-11 16:10:46 +05:30
..
__init__.py Add ha enabled config options 2017-02-09 12:04:51 +05:30
api.py Add support for wsgi framework 2016-07-12 13:10:10 +05:30
base.py Add testing for WSGI Framework 2016-08-26 14:07:20 +05:30
database.py Don't pass argument sqlite_db in set_defaults() 2017-03-29 07:44:41 +00:00
engine.py Enable mutable config in Masakari 2018-05-11 16:10:46 +05:30
engine_driver.py Make 'error' instances recovery configurable 2017-08-17 10:24:52 +05:30
exceptions.py Add support for wsgi framework 2016-07-12 13:10:10 +05:30
nova.py Fix default value of 'nova_catalog_admin_info' 2018-02-21 14:46:29 +09:00
opts.py Add support for wsgi framework 2016-07-12 13:10:10 +05:30
osapi_v1.py Add support for wsgi framework 2016-07-12 13:10:10 +05:30
paths.py Add support for wsgi framework 2016-07-12 13:10:10 +05:30
service.py Use HostAddressOpt for opts that accept IP and hostnames 2017-03-15 14:43:51 +05:30
ssl.py Add support for wsgi framework 2016-07-12 13:10:10 +05:30
wsgi.py Add support for wsgi framework 2016-07-12 13:10:10 +05:30