diff --git a/heat_integrationtests/pre_test_hook.sh b/heat_integrationtests/pre_test_hook.sh index 21663f7be6..688003b379 100755 --- a/heat_integrationtests/pre_test_hook.sh +++ b/heat_integrationtests/pre_test_hook.sh @@ -36,3 +36,6 @@ echo -e '[heat_api_cfn]\nworkers=1\n' >> $localconf echo -e '[heat_api_cloudwatch]\nworkers=1\n' >> $localconf echo -e '[cache]\nenabled=True\n' >> $localconf + +echo -e '[[post-config|/etc/neutron/neutron_vpnaas.conf]]\n' >> $localconf +echo -e '[service_providers]\nservice_provider=VPN:openswan:neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver:default' >> $localconf