diff options
Diffstat (limited to 'test/ete/scripts/teardown-onap.sh')
-rwxr-xr-x | test/ete/scripts/teardown-onap.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ete/scripts/teardown-onap.sh b/test/ete/scripts/teardown-onap.sh index 0d007c5d6..60bfa638f 100755 --- a/test/ete/scripts/teardown-onap.sh +++ b/test/ete/scripts/teardown-onap.sh @@ -11,7 +11,7 @@ $WORKSPACE/test/ete/scripts/dns-zones/delete-dns-zones.sh $OS_PROJECT_NAME sleep 1 # delete all Desigate DNS zones -ZONES=$(openstack zone list -c "Stack Name" -f value) +ZONES=$(openstack zone list -c "id" -f value) for ZONE in ${ZONES}; do openstack zone delete $ZONE done |