Merge "Clone external plugins before overriding defaults"

This commit is contained in:
Jenkins 2015-04-20 17:12:55 +00:00 committed by Gerrit Code Review
commit c2a3d3f16b

View File

@ -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
# --------------