Only run openstack-hosts-setup for test

Change-Id: I47efbc77268069c3829a6c121744ebd3a6ceded0
This commit is contained in:
Logan V 2018-09-14 15:13:51 -06:00
parent 8d03ad83ca
commit b3c4917cc0
1 changed files with 2 additions and 1 deletions

View File

@ -17,8 +17,9 @@ fi
popd
pushd ${PROJECT_PATH}/openstack-ansible/playbooks
openstack-ansible setup-hosts.yml
openstack-ansible openstack-hosts-setup.yml
exit 0
openstack-ansible setup-hosts.yml
openstack-ansible setup-infrastructure.yml
openstack-ansible setup-openstack.yml
popd