diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-06-07 17:56:32 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-06-07 17:56:32 +0000 |
commit | 2518394c2f45d5514946de962f8dfd13aa7c7377 (patch) | |
tree | 9127d739f7e4455fd572aa50ae28c60df1410039 /releasenotes | |
parent | 671db66b9c18a809dbdbabbf48823754a2402bcf (diff) | |
parent | 1e899703ccc33a9b24c4b0997b04cee1df37575d (diff) |
Merge "Ability to enable/disable debug mode per OpenStack service"
Diffstat (limited to 'releasenotes')
-rw-r--r-- | releasenotes/notes/debug_per_service-54a260917c4a7e3a.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/releasenotes/notes/debug_per_service-54a260917c4a7e3a.yaml b/releasenotes/notes/debug_per_service-54a260917c4a7e3a.yaml new file mode 100644 index 00000000..da9af4a3 --- /dev/null +++ b/releasenotes/notes/debug_per_service-54a260917c4a7e3a.yaml @@ -0,0 +1,9 @@ +--- +features: + - | + Allow to configure debug per service. + The feature is backward compatible with existing Debug parameter. + Adding a new parameter per service, e.g. GlanceDebug. Set to False, + it will disable debug for the service, even if Debug is set to True. + If Debug is set to False but GlanceDebug is set to True, Glance debug + will be enabled. |