Fix debug hiera keys

The correct key to configure mistral debug is mistral::logging::debug
not mistral::debug. The same is true for heat, manila and sahara.

Change-Id: I382b472185f445e5d81077bc50b4c9cb65285530
Closes-Bug: #1851667
(cherry picked from commit cf3fa9d77d)
This commit is contained in:
Alex Schultz 2019-11-07 08:32:02 -07:00
parent 52d19c03d2
commit b8f5427d3e
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 }