Fix configuration in tests

Add neutron vpnaas configuration in integration tests.

Change-Id: I8b6a0ed73a14b29e7e1c3d1417aa0d57d4b36f7d
This commit is contained in:
Thomas Herve 2015-08-17 19:45:59 +02:00
parent a21614438c
commit e668c7a9d7

View File

@ -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