Merge "Fix debug hiera keys" into stable/train

This commit is contained in:
Zuul 2019-11-08 13:35:15 +00:00 committed by Gerrit Code Review
commit f861242def
4 changed files with 4 additions and 4 deletions

View File

@ -146,7 +146,7 @@ outputs:
- {}
- heat::cors::allowed_origin: {get_param: HeatCorsAllowedOrigin}
- heat::notification_driver: {get_param: NotificationDriver}
heat::debug:
heat::logging::debug:
if:
- service_debug_unset
- {get_param: Debug }

View File

@ -64,7 +64,7 @@ outputs:
service_name: manila_base
config_settings:
manila::notification_driver: {get_param: NotificationDriver}
manila::debug:
manila::logging::debug:
if:
- service_debug_unset
- {get_param: Debug }

View File

@ -74,7 +74,7 @@ outputs:
read_default_file: /etc/my.cnf.d/tripleo.cnf
read_default_group: tripleo
mistral::notification_driver: {get_param: NotificationDriver}
mistral::debug:
mistral::logging::debug:
if:
- service_debug_unset
- {get_param: Debug }

View File

@ -79,7 +79,7 @@ outputs:
read_default_file: /etc/my.cnf.d/tripleo.cnf
read_default_group: tripleo
sahara::notify::notification_driver: {get_param: NotificationDriver}
sahara::debug:
sahara::logging::debug:
if:
- service_debug_unset
- {get_param: Debug }