Use stable/7.0 branch of 'fuel-plugins' repository

Change-Id: I44f6acd1c53552188f3b5f78623aa2edb8554c5e
Closes-bug: #1512706
This commit is contained in:
Artem Panchenko 2015-11-03 15:46:38 +02:00
parent 695949e2b1
commit dd28187642
1 changed files with 2 additions and 1 deletions

View File

@ -393,7 +393,8 @@ TIMESTAT_PATH_YAML = os.environ.get(
'TIMESTAT_PATH_YAML', os.path.join(
LOGS_DIR, 'timestat_{}.yaml'.format(time.strftime("%Y%m%d"))))
FUEL_PLUGIN_BUILDER_REPO = 'https://github.com/stackforge/fuel-plugins.git'
FUEL_PLUGIN_BUILDER_REPO = ('https://github.com/stackforge/fuel-plugins.git '
'--branch stable/7.0')
###############################################################################
# Change various Fuel master node default settings #