heat/heat/cmd
ricolin 3bb0b8b4e4 Enable mutable config in Heat
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. Heat 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 Heat 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.

Part of bp:mutable-config

Change-Id: I885f5e088440d3d8b6fb3506506598d7667e7083
2017-05-17 05:25:56 +00:00
..
__init__.py Add a basic heat-manage 2013-05-27 21:06:31 +10:00
all.py heat-all: all-in-one heat launcher 2016-10-13 11:49:15 -04:00
api.py Remove log translations 2017-03-25 17:11:50 +08:00
api_cfn.py Remove log translations 2017-03-25 17:11:50 +08:00
api_cloudwatch.py Remove log translations 2017-03-25 17:11:50 +08:00
engine.py Enable mutable config in Heat 2017-05-17 05:25:56 +00:00
manage.py Add heat-manage subcommand to migrate legacy prop. data 2017-01-31 13:45:52 -08:00