Merge "Run orig jobs without convergence engine"

This commit is contained in:
Jenkins 2016-06-14 11:04:31 +00:00 committed by Gerrit Code Review
commit a5930d59c4

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