Upgrade job dont need the overcloud workers settings

Upgrade jobs doesn't need to force the settings for
workers on the overcloud.
In some cases, this cause the failure of the upgrade
when puppet and tht mismatch with this custom config

Change-Id: If049ffaa33a10679d05b6e395ac5b050a33ca8b7
This commit is contained in:
Mathieu Bultel 2016-10-18 22:52:31 +02:00 committed by mathieu bultel
parent d860815014
commit f453619893
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ bash quickstart.sh \
--extra-vars major_upgrade=$MAJOR_UPGRADE \
--extra-vars enable_pacemaker=$PACEMAKER \
--extra-vars target_upgrade_version=$TARGET_VERSION \
--extra-vars set_overcloud_workers=false \
--working-dir $WORKSPACE/ \
--no-clone \
--bootstrap \