remove workaround in grenade

Change-Id: I85c23c42f3f52918a52c2f947e6d354c42c969b6
This commit is contained in:
Vitaly Gridnev 2017-06-15 07:23:15 +00:00
parent 13b9a31e0b
commit 082ec2a9ed
1 changed files with 3 additions and 7 deletions

View File

@ -179,11 +179,6 @@ function create {
create_cluster
wait_active_state
# delete cluster
check_active
openstack dataprocessing cluster delete $CLUSTER_NAME --wait
}
function verify {
@ -199,8 +194,9 @@ function destroy {
set +o errexit
# delete cluster
# check_active
# openstack dataprocessing cluster delete $CLUSTER_NAME --wait
check_active
openstack dataprocessing cluster delete $CLUSTER_NAME --wait
set -o errexit