Enable docker debug when deployed with debug

Configure docker daemon on the undercloud with debug if the undercloud
configuration has debug enabled.

Change-Id: I1beeea076780163a968d5656040297163bfdfe5f
Depends-On: I654a70c8bb7753679be83d78ca653ed44c3a7395
Related-Bug: #1710533
This commit is contained in:
Alex Schultz 2017-08-24 10:09:20 -06:00
parent 1d8ad41db9
commit c16213bc35
1 changed files with 1 additions and 0 deletions

View File

@ -727,6 +727,7 @@ tripleo::profile::base::docker::docker_options: '--log-driver=journald --signatu
{{#DOCKER_REGISTRY_MIRROR}}
tripleo::profile::base::docker::registry_mirror: {{DOCKER_REGISTRY_MIRROR}}
{{/DOCKER_REGISTRY_MIRROR}}
tripleo::profile::base::docker::debug: "%{hiera('debug')}"
# Keepalived
tripleo::keepalived::controller_virtual_ip: "%{hiera('controller_admin_host')}"