From e668c7a9d711c698db0644b0dfce804e13006691 Mon Sep 17 00:00:00 2001 From: Thomas Herve Date: Mon, 17 Aug 2015 19:45:59 +0200 Subject: [PATCH] Fix configuration in tests Add neutron vpnaas configuration in integration tests. Change-Id: I8b6a0ed73a14b29e7e1c3d1417aa0d57d4b36f7d --- heat_integrationtests/pre_test_hook.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/heat_integrationtests/pre_test_hook.sh b/heat_integrationtests/pre_test_hook.sh index a869b95cd2..ecffae2d5b 100755 --- a/heat_integrationtests/pre_test_hook.sh +++ b/heat_integrationtests/pre_test_hook.sh @@ -36,3 +36,5 @@ 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