From e6566fc1ace9d068bee79e2149f9ab76beaa665e Mon Sep 17 00:00:00 2001 From: Logan V Date: Sun, 16 Sep 2018 14:08:46 -0500 Subject: [PATCH] Revert "Only run openstack-hosts-setup for test" This reverts commit b3c4917cc058bf05527f7ba338bc17eb3102240a. Change-Id: Ib7e053578c8885f40e4b38d580d6f735c6edc440 --- scripts/run_deploy.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/run_deploy.sh b/scripts/run_deploy.sh index d55935f..239d3b6 100755 --- a/scripts/run_deploy.sh +++ b/scripts/run_deploy.sh @@ -17,9 +17,8 @@ fi popd pushd ${PROJECT_PATH}/openstack-ansible/playbooks -openstack-ansible openstack-hosts-setup.yml -exit 0 openstack-ansible setup-hosts.yml +exit 0 openstack-ansible setup-infrastructure.yml openstack-ansible setup-openstack.yml popd