diff options
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run.sh b/tests/run.sh index 33ec31c2..b383a02a 100755 --- a/tests/run.sh +++ b/tests/run.sh @@ -243,7 +243,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 |