Revert "Only run openstack-hosts-setup for test"

This reverts commit b3c4917cc0.

Change-Id: Ib7e053578c8885f40e4b38d580d6f735c6edc440
This commit is contained in:
Logan V 2018-09-16 14:08:46 -05:00
parent 4630448aa3
commit e6566fc1ac
1 changed files with 1 additions and 2 deletions

View File

@ -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