diff --git a/heat_integrationtests/pre_test_hook.sh b/heat_integrationtests/pre_test_hook.sh index ddedeab3f..be0b7969c 100755 --- a/heat_integrationtests/pre_test_hook.sh +++ b/heat_integrationtests/pre_test_hook.sh @@ -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