call correct stop method
previously this would always show up in the logs: stop_vmware_nsx: command not found Change-Id: I870c96fdc7343e8115e1197802289399202a3ec5
This commit is contained in:
parent
d1103e24f2
commit
46e14aa722
@ -42,7 +42,7 @@ elif [[ $Q_PLUGIN == 'vmware_nsx_v3' ]]; then
|
||||
if [[ "$1" == "stack" && "$2" == "post-config" ]]; then
|
||||
init_vmware_nsx_v3
|
||||
elif [[ "$1" == "unstack" ]]; then
|
||||
stop_vmware_nsx
|
||||
stop_vmware_nsx_v3
|
||||
NSX_MANAGER=${NSX_MANAGERS:-$NSX_MANAGER}
|
||||
IFS=','
|
||||
NSX_MANAGER=($NSX_MANAGER)
|
||||
|
Loading…
Reference in New Issue
Block a user