From 14d65507a54ae0df2b62943eae4d90d6b156790b Mon Sep 17 00:00:00 2001 From: Logan V Date: Thu, 13 Sep 2018 14:30:00 -0600 Subject: [PATCH] Revert "Run with -vvvvv for debugging" This reverts commit a52b42fe2f15c8832b0790f1b48804570f6937c0. Change-Id: Ib1fbed0799d73cc5aea29f109e6ed9c5c3414af1 --- scripts/run_deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run_deploy.sh b/scripts/run_deploy.sh index 2de4a6f..56cce53 100755 --- a/scripts/run_deploy.sh +++ b/scripts/run_deploy.sh @@ -11,7 +11,7 @@ scripts/bootstrap-ansible.sh popd pushd ${PROJECT_PATH}/openstack-ansible/playbooks -openstack-ansible setup-hosts.yml -vvvvv +openstack-ansible setup-hosts.yml openstack-ansible setup-infrastructure.yml openstack-ansible setup-openstack.yml popd