[config-ref] Update vpnaas sample configuration file
Change-Id: I46a78ba9aa0ee721ac1e9294fc16074877cd4614
This commit is contained in:
parent
44e31bf4f6
commit
50798e658c
@ -7,6 +7,9 @@
|
||||
# From neutron.vpnaas.agent
|
||||
#
|
||||
|
||||
# Location to store ipsec server config files (string value)
|
||||
#config_base_dir = $state_path/ipsec
|
||||
|
||||
# Interval for checking ipsec status (integer value)
|
||||
#ipsec_status_check_interval = 60
|
||||
|
||||
@ -16,9 +19,6 @@
|
||||
# (boolean value)
|
||||
#enable_detailed_logging = false
|
||||
|
||||
# Location to store ipsec server config files (string value)
|
||||
#config_base_dir = $state_path/ipsec
|
||||
|
||||
|
||||
[pluto]
|
||||
|
||||
@ -26,10 +26,6 @@
|
||||
# From neutron.vpnaas.agent
|
||||
#
|
||||
|
||||
# A factor to increase the retry interval for each retry (floating point value)
|
||||
# Deprecated group/name - [libreswan]/shutdown_check_back_off
|
||||
#shutdown_check_back_off = 1.5
|
||||
|
||||
# Initial interval in seconds for checking if pluto daemon is shutdown (integer
|
||||
# value)
|
||||
# Deprecated group/name - [libreswan]/shutdown_check_timeout
|
||||
@ -40,6 +36,14 @@
|
||||
# Deprecated group/name - [libreswan]/shutdown_check_retries
|
||||
#shutdown_check_retries = 5
|
||||
|
||||
# A factor to increase the retry interval for each retry (floating point value)
|
||||
# Deprecated group/name - [libreswan]/shutdown_check_back_off
|
||||
#shutdown_check_back_off = 1.5
|
||||
|
||||
# Enable this flag to avoid from unnecessary restart (boolean value)
|
||||
# Deprecated group/name - [libreswan]/restart_check_config
|
||||
#restart_check_config = false
|
||||
|
||||
|
||||
[strongswan]
|
||||
|
||||
@ -47,19 +51,19 @@
|
||||
# From neutron.vpnaas.agent
|
||||
#
|
||||
|
||||
# Template file for ipsec secret configuration. (string value)
|
||||
#ipsec_secret_template = /home/venkatamahesh/programs/openstack/neutron-vpnaas/neutron_vpnaas/services/vpn/device_drivers/template/strongswan/ipsec.secret.template
|
||||
# Template file for ipsec configuration. (string value)
|
||||
#ipsec_config_template = /home/openstack/neutron-vpnaas/neutron_vpnaas/services/vpn/device_drivers/template/strongswan/ipsec.conf.template
|
||||
|
||||
# Template file for strongswan configuration. (string value)
|
||||
#strongswan_config_template = /home/venkatamahesh/programs/openstack/neutron-vpnaas/neutron_vpnaas/services/vpn/device_drivers/template/strongswan/strongswan.conf.template
|
||||
#strongswan_config_template = /home/openstack/neutron-vpnaas/neutron_vpnaas/services/vpn/device_drivers/template/strongswan/strongswan.conf.template
|
||||
|
||||
# Template file for ipsec secret configuration. (string value)
|
||||
#ipsec_secret_template = /home/openstack/neutron-vpnaas/neutron_vpnaas/services/vpn/device_drivers/template/strongswan/ipsec.secret.template
|
||||
|
||||
# The area where default StrongSwan configuration files are located. (string
|
||||
# value)
|
||||
#default_config_area = /etc/strongswan.d
|
||||
|
||||
# Template file for ipsec configuration. (string value)
|
||||
#ipsec_config_template = /home/venkatamahesh/programs/openstack/neutron-vpnaas/neutron_vpnaas/services/vpn/device_drivers/template/strongswan/ipsec.conf.template
|
||||
|
||||
|
||||
[vpnagent]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user