Merge "Fix VPNaaS variable definition for non-ubuntu"
This commit is contained in:
commit
e9f3f31b50
@ -349,6 +349,15 @@ nova_metadata_insecure: False
|
||||
# Service (Optional)" for more details.
|
||||
neutron_octavia_request_poll_timeout: 100
|
||||
|
||||
###
|
||||
### VPNaaS Configuration
|
||||
###
|
||||
|
||||
# See VPNaaS documentation for driver/service provider selection
|
||||
# in case you want to override it.
|
||||
neutron_driver_vpnaas: neutron_vpnaas.services.vpn.device_drivers.strongswan_ipsec.StrongSwanDriver
|
||||
neutron_vpnaas_service_provider: VPN:strongswan:neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver:default
|
||||
|
||||
###
|
||||
### Dragonflow Configuration
|
||||
###
|
||||
|
@ -21,9 +21,6 @@ neutron_ovs_distro_packages:
|
||||
|
||||
neutron_ovs_service_name: openvswitch-switch
|
||||
|
||||
neutron_driver_vpnaas: neutron_vpnaas.services.vpn.device_drivers.strongswan_ipsec.StrongSwanDriver
|
||||
neutron_vpnaas_service_provider: VPN:strongswan:neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver:default
|
||||
|
||||
## APT Cache options
|
||||
cache_timeout: 600
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user