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
This commit is contained in:
Thomas Herve 2015-12-18 09:48:23 +01:00
parent c5704ce9e1
commit cbd48bd82e

View File

@ -36,3 +36,6 @@ echo -e '[heat_api_cfn]\nworkers=1\n' >> $localconf
echo -e '[heat_api_cloudwatch]\nworkers=1\n' >> $localconf echo -e '[heat_api_cloudwatch]\nworkers=1\n' >> $localconf
echo -e '[cache]\nenabled=True\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