Merge "Properly control debug logs for standalone"

This commit is contained in:
Zuul 2020-05-27 06:23:55 +00:00 committed by Gerrit Code Review
commit 03a75eb6c9

@ -1,4 +1,4 @@
sudo openstack tripleo deploy \
sudo openstack tripleo deploy {%- if tripleo_deploy_debug | bool -%}--debug{%-endif -%} \
--templates \
--local-ip={{ standalone_ip }}/{{ standalone_network_prefix }} \
-e {{ overcloud_templates_path }}/environments/standalone/standalone-tripleo.yaml \