Merge "Switch debug to use logging classes"
This commit is contained in:
commit
75ff38ba62
@ -95,7 +95,7 @@ outputs:
|
||||
query:
|
||||
read_default_file: /etc/my.cnf.d/tripleo.cnf
|
||||
read_default_group: tripleo
|
||||
aodh::debug:
|
||||
aodh::logging::debug:
|
||||
if:
|
||||
- service_debug_unset
|
||||
- {get_param: Debug }
|
||||
|
@ -134,7 +134,7 @@ outputs:
|
||||
value:
|
||||
service_name: ceilometer_base
|
||||
config_settings:
|
||||
ceilometer::debug:
|
||||
ceilometer::logging::debug:
|
||||
if:
|
||||
- service_debug_unset
|
||||
- {get_param: Debug }
|
||||
|
@ -130,7 +130,7 @@ outputs:
|
||||
query:
|
||||
read_default_file: /etc/my.cnf.d/tripleo.cnf
|
||||
read_default_group: tripleo
|
||||
cinder::debug:
|
||||
cinder::logging::debug:
|
||||
if:
|
||||
- service_debug_unset
|
||||
- {get_param: Debug }
|
||||
|
@ -97,7 +97,7 @@ outputs:
|
||||
query:
|
||||
read_default_file: /etc/my.cnf.d/tripleo.cnf
|
||||
read_default_group: tripleo
|
||||
congress::debug:
|
||||
congress::logging::debug:
|
||||
if:
|
||||
- service_debug_unset
|
||||
- {get_param: Debug }
|
||||
|
@ -76,7 +76,7 @@ outputs:
|
||||
value:
|
||||
service_name: designate_base
|
||||
config_settings:
|
||||
designate::debug:
|
||||
designate::logging::debug:
|
||||
if:
|
||||
- service_debug_unset
|
||||
- {get_param: Debug }
|
||||
|
@ -255,7 +255,7 @@ outputs:
|
||||
glance::api::enable_v2_api: true
|
||||
glance::api::authtoken::password: {get_param: GlancePassword}
|
||||
glance::api::enable_proxy_headers_parsing: true
|
||||
glance::api::debug:
|
||||
glance::api::logging::debug:
|
||||
if:
|
||||
- service_debug_unset
|
||||
- {get_param: Debug }
|
||||
|
@ -114,7 +114,7 @@ outputs:
|
||||
config_settings:
|
||||
#Gnocchi engine
|
||||
gnocchi_redis_password: {get_param: RedisPassword}
|
||||
gnocchi::debug:
|
||||
gnocchi::logging::debug:
|
||||
if:
|
||||
- service_debug_unset
|
||||
- {get_param: Debug }
|
||||
|
@ -153,7 +153,7 @@ outputs:
|
||||
heat::rabbit_password: {get_param: RpcPassword}
|
||||
heat::rabbit_use_ssl: {get_param: RpcUseSSL}
|
||||
heat::rabbit_port: {get_param: RpcPort}
|
||||
heat::debug:
|
||||
heat::logging::debug:
|
||||
if:
|
||||
- service_debug_unset
|
||||
- {get_param: Debug }
|
||||
|
@ -89,7 +89,7 @@ outputs:
|
||||
query:
|
||||
read_default_file: /etc/my.cnf.d/tripleo.cnf
|
||||
read_default_group: tripleo
|
||||
ironic::debug:
|
||||
ironic::logging::debug:
|
||||
if:
|
||||
- service_debug_unset
|
||||
- {get_param: Debug }
|
||||
|
@ -180,7 +180,7 @@ outputs:
|
||||
ironic::inspector::dnsmasq_dhcp_hostsdir: /var/lib/ironic-inspector/dhcp-hostsdir
|
||||
ironic::inspector::pxe_filter::dnsmasq::purge_dhcp_hostsdir: false
|
||||
ironic::inspector::pxe_filter::driver: dnsmasq
|
||||
ironic::inspector::debug: {get_param: Debug}
|
||||
ironic::inspector::logging::debug: {get_param: Debug}
|
||||
ironic::inspector::always_store_ramdisk_logs: {get_param: Debug}
|
||||
ironic::inspector::authtoken::www_authenticate_uri: {get_param: [EndpointMap, KeystoneInternal, uri] }
|
||||
ironic::inspector::authtoken::auth_url: {get_param: [EndpointMap, KeystoneInternal, uri_no_suffix]}
|
||||
|
@ -400,7 +400,7 @@ outputs:
|
||||
content: {get_param: KeystoneCredential1}
|
||||
keystone::fernet_keys: {get_param: KeystoneFernetKeys}
|
||||
keystone::fernet_replace_keys: {get_param: ManageKeystoneFernetKeys}
|
||||
keystone::debug:
|
||||
keystone::logging::debug:
|
||||
if:
|
||||
- service_debug_unset
|
||||
- {get_param: Debug }
|
||||
|
@ -87,7 +87,7 @@ outputs:
|
||||
manila::rabbit_password: {get_param: RpcPassword}
|
||||
manila::rabbit_use_ssl: {get_param: RpcUseSSL}
|
||||
manila::rabbit_port: {get_param: RpcPort}
|
||||
manila::debug:
|
||||
manila::logging::debug:
|
||||
if:
|
||||
- service_debug_unset
|
||||
- {get_param: Debug }
|
||||
|
@ -97,7 +97,7 @@ outputs:
|
||||
mistral::rabbit_password: {get_param: RpcPassword}
|
||||
mistral::rabbit_use_ssl: {get_param: RpcUseSSL}
|
||||
mistral::rabbit_port: {get_param: RpcPort}
|
||||
mistral::debug:
|
||||
mistral::logging::debug:
|
||||
if:
|
||||
- service_debug_unset
|
||||
- {get_param: Debug }
|
||||
|
@ -141,7 +141,7 @@ outputs:
|
||||
neutron::rabbit_port: {get_param: RpcPort}
|
||||
neutron::core_plugin: {get_param: NeutronCorePlugin}
|
||||
neutron::service_plugins: {get_param: NeutronServicePlugins}
|
||||
neutron::debug:
|
||||
neutron::logging::debug:
|
||||
if:
|
||||
- service_debug_unset
|
||||
- {get_param: Debug }
|
||||
|
@ -300,7 +300,7 @@ outputs:
|
||||
query:
|
||||
read_default_file: /etc/my.cnf.d/tripleo.cnf
|
||||
read_default_group: tripleo
|
||||
nova::debug:
|
||||
nova::logging::debug:
|
||||
if:
|
||||
- service_debug_unset
|
||||
- {get_param: Debug }
|
||||
|
@ -119,7 +119,7 @@ outputs:
|
||||
config_settings:
|
||||
|
||||
map_merge:
|
||||
- octavia::debug:
|
||||
- octavia::logging::debug:
|
||||
if:
|
||||
- service_debug_unset
|
||||
- {get_param: Debug }
|
||||
|
@ -98,7 +98,7 @@ outputs:
|
||||
query:
|
||||
read_default_file: /etc/my.cnf.d/tripleo.cnf
|
||||
read_default_group: tripleo
|
||||
panko::debug:
|
||||
panko::logging::debug:
|
||||
if:
|
||||
- service_debug_unset
|
||||
- {get_param: Debug }
|
||||
|
@ -96,7 +96,7 @@ outputs:
|
||||
sahara::rabbit_user: {get_param: RpcUserName}
|
||||
sahara::rabbit_use_ssl: {get_param: RpcUseSSL}
|
||||
sahara::rabbit_port: {get_param: RpcPort}
|
||||
sahara::debug:
|
||||
sahara::logging::debug:
|
||||
if:
|
||||
- service_debug_unset
|
||||
- {get_param: Debug }
|
||||
|
@ -98,7 +98,7 @@ outputs:
|
||||
read_default_file: /etc/my.cnf.d/tripleo.cnf
|
||||
read_default_group: tripleo
|
||||
|
||||
tacker::debug:
|
||||
tacker::logging::debug:
|
||||
if:
|
||||
- service_debug_unset
|
||||
- {get_param: Debug }
|
||||
|
Loading…
Reference in New Issue
Block a user