Skip to content

Commit

Permalink
Update scripts/qa_crowbarsetup.sh
Browse files Browse the repository at this point in the history
Co-Authored-By: Dirk Mueller <[email protected]>
  • Loading branch information
sjamgade and dirkmueller authored Jul 15, 2019
1 parent 1b2e4cc commit 067ac7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/qa_crowbarsetup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4125,7 +4125,7 @@ function oncontroller_testsetup
theport=$(openstack port create --network fixed --dns-name iamgroot thanos -f value -c id)
openstack floating ip create floating --port $theport
wait_for 30 5 "nslookup iamgroot.openstack.local >> /dev/null" "thanos port is nslookup-able"
[ $want_tempest = 1 ] && openstack tld create --name com # needed by designate-template-plugin smoke test
[[ $want_tempest = 1 ]] && openstack tld create --name com # needed by designate-template-plugin smoke test
fi
# Run Tempest Smoketests if configured to do so
Expand Down

0 comments on commit 067ac7e

Please sign in to comment.