From a67c9fca97e17ac872ebbf1293c3f5b89b09ca8b Mon Sep 17 00:00:00 2001 From: Logan V Date: Sun, 16 Sep 2018 14:12:16 -0500 Subject: [PATCH] Revert "Only run setup hosts for now" This reverts commit 36a2e85ba52ed8047d6489fdebc09d2d6bd8d4a5. Change-Id: I6d678486b1682b01e11eceb239c08ea04097de5c --- scripts/run_deploy.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/run_deploy.sh b/scripts/run_deploy.sh index 239d3b6..82b7f7c 100755 --- a/scripts/run_deploy.sh +++ b/scripts/run_deploy.sh @@ -18,7 +18,6 @@ popd pushd ${PROJECT_PATH}/openstack-ansible/playbooks openstack-ansible setup-hosts.yml -exit 0 openstack-ansible setup-infrastructure.yml openstack-ansible setup-openstack.yml popd