NSX|V3: rename cleanup script for devstack

Rename the cleanup script so that it will be V3.

Change-Id: Ifbbdce60a6d6ae930a6e69aa84b55dd2dbb351ee
This commit is contained in:
Gary Kotton 2015-12-27 04:43:11 -08:00
parent ed74d11756
commit b973e406f9
2 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ elif [[ $Q_PLUGIN == 'vmware_nsx_v3' ]]; then
IFS=','
NSX_MANAGER=($NSX_MANAGER)
unset IFS
python $dir/tools/nsxt_cleanup.py --mgr-ip $NSX_MANAGER --user $NSX_USER --password $NSX_PASSWORD
python $dir/tools/nsxv3_cleanup.py --mgr-ip $NSX_MANAGER --user $NSX_USER --password $NSX_PASSWORD
fi
elif [[ $Q_PLUGIN == 'vmware_dvs' ]]; then
source $dir/lib/vmware_dvs