Merge "remove workaround in grenade"

This commit is contained in:
Jenkins 2017-06-16 20:06:03 +00:00 committed by Gerrit Code Review
commit ea072718ed
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