From 7b9341e1789b31786d10f27a3a3c825fe44bb506 Mon Sep 17 00:00:00 2001 From: Bharat Kumar Kobagana Date: Mon, 30 Mar 2015 11:58:10 +0530 Subject: [PATCH] Clone external plugins before overriding defaults This patch clones external plugin repositories before overriding default configuration parameters. Closes-Bug: 1441058 Change-Id: Ie14fcb897cb40b1604bfb5869baa0dec58e51bce --- stack.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stack.sh b/stack.sh index adcaa219cc..5331beb9b7 100755 --- a/stack.sh +++ b/stack.sh @@ -514,6 +514,9 @@ fi # Configure Projects # ================== +# Clone all external plugins +fetch_plugins + # Plugin Phase 0: override_defaults - allow pluggins to override # defaults before other services are run run_phase override_defaults @@ -540,9 +543,6 @@ source $TOP_DIR/lib/neutron-legacy source $TOP_DIR/lib/ldap source $TOP_DIR/lib/dstat -# Clone all external plugins -fetch_plugins - # Extras Source # --------------