diff --git a/heat_integrationtests/pre_test_hook.sh b/heat_integrationtests/pre_test_hook.sh index 911db5cad4..0de1c37ae4 100755 --- a/heat_integrationtests/pre_test_hook.sh +++ b/heat_integrationtests/pre_test_hook.sh @@ -34,6 +34,3 @@ echo -e 'encrypt_parameters_and_properties=True\n' >> $localconf echo -e '[heat_api]\nworkers=1\n' >> $localconf echo -e '[heat_api_cfn]\nworkers=1\n' >> $localconf echo -e '[heat_api_cloudwatch]\nworkers=1\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