Merge "Fix debug hiera keys" into stable/stein

This commit is contained in:
Zuul 2019-11-08 18:50:57 +00:00 committed by Gerrit Code Review
commit 5e73043687
4 changed files with 4 additions and 4 deletions

View File

@ -173,7 +173,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

@ -95,7 +95,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

@ -105,7 +105,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

@ -110,7 +110,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 }