ensure we fetch all the devstack plugins

Change-Id: I8102836ac22c01feb96bc2ae6289f5b42d559197
This commit is contained in:
Sean Dague 2015-08-04 08:55:20 -04:00
parent 025144881a
commit a87c81b63b
1 changed files with 4 additions and 0 deletions

View File

@ -277,6 +277,10 @@ fi
# ========
if [[ "$RUN_TARGET" == "True" ]]; then
# Clone all devstack plugins on the new side, because we're not
# running a full stack.sh
fetch_plugins
# Get target devstack tree ready for services to be run from it,
# including trying to reuse any existing files we pulled during
# the base run.