tacker/tacker/conductor
Anusree 704274e384 Enable mutable config in tacker
New releases of oslo.config support a 'mutable' parameter to Opts.
oslo.service provides an option here Icec3e664f3fe72614e373b2938e8dee53cf8bc5e
allows services to tell oslo.service they want mutate_config_files to be
called by passing a parameter.

This commit is to use the same. This allows tacker 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.

tc goal:
https://governance.openstack.org/tc/goals/rocky/enable-mutable-configuration.html

Change-Id: I81df7830bbee2288938016c214495dfe2f90eec9
2018-07-25 03:55:02 +05:30
..
conductorrpc Implement vim status update in conductor 2017-06-20 11:47:16 +08:00
__init__.py introduce tacker conductor 2017-06-08 21:20:20 +08:00
conductor_server.py Enable mutable config in tacker 2018-07-25 03:55:02 +05:30