Merge "Ensure tempest always has an Ansible config export"

This commit is contained in:
Jenkins 2016-09-01 19:22:08 +00:00 committed by Gerrit Code Review
commit 8cc6364d40

View File

@ -33,6 +33,10 @@ info_block "Checking for required libraries." 2> /dev/null || source "$(dirname
## Main ----------------------------------------------------------------------
info_block "Running OpenStack Smoke Tests"
if [[ -f "/usr/local/bin/openstack-ansible.rc" ]];then
source "/usr/local/bin/openstack-ansible.rc"
fi
pushd playbooks
# Check that there are utility containers
if ! ansible 'utility[0]' --list-hosts;then