X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=tests%2Frun.sh;h=2fdc71e80a03c5764efc69aae0b007b3c82ba8ca;hb=e72c7ea12442fb614562dbc2ab3095a5b6aa4e91;hp=3d6c77a3fbb2f7f68d8383eb54ec906fcc57152e;hpb=f2acc144d23dd1caa2af6d4e45425e42c649096b;p=doctor.git 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