summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run.sh b/tests/run.sh
index 3d6c77a3..2fdc71e8 100755
--- a/tests/run.sh
+++ b/tests/run.sh
@@ -224,7 +224,7 @@ check_host_status() {
(
change_to_doctor_user
- host_status_line=$(openstack server show $VM_NAME | grep "host_status")
+ host_status_line=$(openstack --os-compute-api-version 2.16 server show $VM_NAME | grep "host_status")
if [[ $? -ne 0 ]] ; then
echo "ERROR: host_status not configured for owner in Nova policy.json"
exit 1