From dfd372b6e2339bbf934b48cd5edbbf537f24e08b Mon Sep 17 00:00:00 2001 From: confi-surya Date: Wed, 1 Aug 2018 18:11:00 +0530 Subject: [PATCH] Revert commit of fixing ceph gates This patch is to test and revert the change Change-Id: If930306a357e40ad02c4d7f71779701a9a52b94a revert: Ie8feb03e9a07a6486a8b375d3304c9e6f1f8b890 --- tools/setup_gate.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tools/setup_gate.sh b/tools/setup_gate.sh index b6ddd4b23a..75ebd937c3 100755 --- a/tools/setup_gate.sh +++ b/tools/setup_gate.sh @@ -132,9 +132,7 @@ function sanity_check { # If the status is not ACTIVE, print info and exit 1 nova --debug show kolla_boot_test | awk '{buf=buf"\n"$0} $2=="status" && $4!="ACTIVE" {failed="yes"}; END {if (failed=="yes") {print buf; exit 1}}' if echo $ACTION | grep -q "ceph"; then -#TODO(egonzalez): Recover openstack cli command once volume calls are fixed. -# openstack volume create --size 2 test_volume - cinder create --name test_volume 2 + openstack volume create --size 2 test_volume openstack server add volume kolla_boot_test test_volume --device /dev/vdb fi }