Don't inject extra config into neutron-vpnaas.conf

The gate breaking commit has been reverted in
Ie013b452457b460de798c5d5d06133784d2f321f, so this workaround
isn't necessary anymore.

Change-Id: Ib3fa76d9b611fedacb2804b536571bcc7b01f13b
This commit is contained in:
Sirushti Murugesan 2015-09-23 14:04:59 +05:30
parent b14bee0635
commit 60550a418f
1 changed files with 0 additions and 3 deletions

View File

@ -34,6 +34,3 @@ echo -e 'encrypt_parameters_and_properties=True\n' >> $localconf
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