summaryrefslogtreecommitdiff
path: root/gate
diff options
context:
space:
mode:
authorSean Mooney <work@seanmooney.info>2019-03-08 11:48:58 +0000
committerEric Fried <openstack@fried.cc>2019-03-08 16:31:31 +0000
commit30550d3d947e13f4d23b207ff96373971710dd55 (patch)
treea2da64990f3e21ae9de0d95b3b88fbe754317b85 /gate
parent4f9bc724010f0c935bf83a6d19bdd805e86b7086 (diff)
downloadnova-30550d3d947e13f4d23b207ff96373971710dd55.tar.gz
update gate test for removal of force evacuate
micro-version 2.68 removed force evacuation, this chage updates gate/test_evacuate.sh to use micro-version 2.67 Closes-Bug: #1819166 Change-Id: I44a3514b4b0ba1648aa96f92e896729c823b151c
Diffstat (limited to 'gate')
-rwxr-xr-xgate/test_evacuate.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/gate/test_evacuate.sh b/gate/test_evacuate.sh
index 3b51125ac9..c8e305ed59 100755
--- a/gate/test_evacuate.sh
+++ b/gate/test_evacuate.sh
@@ -73,7 +73,7 @@ function evacuate_and_wait_for_error() {
echo "Forcing evacuate of ${server} to local host"
# TODO(mriedem): Use OSC when it supports evacuate.
- nova evacuate --force ${server} ${local_hostname}
+ nova --os-compute-api-version "2.67" evacuate --force ${server} ${local_hostname}
# Wait for the instance to go into ERROR state from the failed evacuate.
count=0
status=$(openstack server show ${server} -f value -c status)