Merge "Install vmware-nsx during 'stack install' phase"

This commit is contained in:
Jenkins 2015-09-23 00:19:29 +00:00 committed by Gerrit Code Review
commit e69879fd6f

View File

@ -19,7 +19,7 @@
dir=${GITDIR['vmware-nsx']}/devstack
if [[ "$1" == "stack" && "$2" == "post-config" ]]; then
if [[ "$1" == "stack" && "$2" == "install" ]]; then
setup_develop ${GITDIR['vmware-nsx']}
fi