Run orig jobs without convergence engine

We seem to be running all jobs with convergence
enabled. We should run the orig jobs without
convergence.

Change-Id: I0dfdc319c25e5eb1da15eea83b5e77ee44c44461
Depends-On: I775fe499546ae8adfd2a8a1c062b5754ab71b50c
This commit is contained in:
rabi 2016-06-09 14:54:03 +05:30 committed by Rabi Mishra
parent 99bb44e8ff
commit 353178b4b2
1 changed files with 2 additions and 2 deletions

View File

@ -24,8 +24,8 @@ echo "HEAT_ENABLE_ADOPT_ABANDON=True" >> $localrc_path
echo -e '[[post-config|$HEAT_CONF]]\n[DEFAULT]\n' >> $localconf
if [ "$ENABLE_CONVERGENCE" == "true" ] ; then
echo -e 'convergence_engine=true\n' >> $localconf
if [ "$DISABLE_CONVERGENCE" == "true" ] ; then
echo -e 'convergence_engine=false\n' >> $localconf
fi
echo -e 'notification_driver=messagingv2\n' >> $localconf