Fix swift log level configuration

Change-Id: I7f980640e75a9328a14a3e14e9c55358955f3182
This commit is contained in:
Scott Solkhon 2019-08-13 12:28:38 +00:00
parent 41e634e204
commit dea87cde97
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ swift_rsyncd_image: "{{ docker_registry ~ '/' if docker_registry else '' }}{{ do
swift_rsyncd_tag: "{{ swift_tag }}"
swift_rsyncd_image_full: "{{ swift_rsyncd_image }}:{{ swift_rsyncd_tag }}"
swift_log_level: "{{ 'INFO' if openstack_logging_debug == 'False' else 'DEBUG'}}"
swift_log_level: "{{ 'DEBUG' if openstack_logging_debug | bool else 'INFO'}}"
####################
# OpenStack