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:
parent
c5704ce9e1
commit
cbd48bd82e
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user