From 30550d3d947e13f4d23b207ff96373971710dd55 Mon Sep 17 00:00:00 2001 From: Sean Mooney Date: Fri, 8 Mar 2019 11:48:58 +0000 Subject: [PATCH] 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 --- gate/test_evacuate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gate/test_evacuate.sh b/gate/test_evacuate.sh index 3b51125ac9e9..c8e305ed593b 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)