From cbd48bd82e3e5e21f3f7741f4757593eef768456 Mon Sep 17 00:00:00 2001 From: Thomas Herve Date: Fri, 18 Dec 2015 09:48:23 +0100 Subject: [PATCH] Add neutron vpnaas configuration in integration tests. They decided to remove the default once again because why not, it's funny to break gates for no reason. Change-Id: Iad096d134f66d625ff6d717e3be40dace66f6894 Closes-Bug: #1527499 --- heat_integrationtests/pre_test_hook.sh | 3 +++ 1 file changed, 3 insertions(+) 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