Fix enable_vpn option

The patch in [1] was broken, missing a colon.

[1] https://review.openstack.org/463562

Change-Id: I9e7b24ba40c9f8303eae1325ced1f5a787466888
This commit is contained in:
Jens Rosenboom 2017-05-24 08:50:47 +00:00
parent 7c6a8f2285
commit dd7384da22
1 changed files with 1 additions and 1 deletions

View File

@ -226,7 +226,7 @@ OPENSTACK_CINDER_FEATURES = {
# balancer service, security groups, quotas, VPN service.
OPENSTACK_NEUTRON_NETWORK = {
'enable_lb': <%= node['openstack']['dashboard']['neutron']['enable_lb'].to_s.capitalize %>,
'enable_vpn' <%= node['openstack']['dashboard']['neutron']['enable_vpn'].to_s.capitalize %>,
'enable_vpn': <%= node['openstack']['dashboard']['neutron']['enable_vpn'].to_s.capitalize %>,
'enable_quotas': <%= node['openstack']['dashboard']['neutron']['enable_quotas'] ? 'True' : 'False' %>,
# The profile_support option is used to detect if an external router can be
# configured via the dashboard. When using specific plugins the