openstack-manuals/doc/common/tables/neutron-vpn.xml

49 lines
1.7 KiB
XML

<?xml version='1.0' encoding='UTF-8'?>
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
<!-- Warning: Do not edit this file. It is automatically
generated and your changes will be overwritten.
The tool to do so lives in openstack-doc-tools repository. -->
<table rules="all" xml:id="config_table_neutron_vpn">
<caption>Description of VPN configuration options</caption>
<col width="50%"/>
<col width="50%"/>
<thead>
<tr>
<th>Configuration option = Default value</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<th colspan="2">[ipsec]</th>
</tr>
<tr>
<td>config_base_dir = $state_path/ipsec</td>
<td>(StrOpt) Location to store ipsec server config files</td>
</tr>
<tr>
<td>ipsec_status_check_interval = 60</td>
<td>(IntOpt) Interval for checking ipsec status</td>
</tr>
<tr>
<th colspan="2">[openswan]</th>
</tr>
<tr>
<td>ipsec_config_template = /usr/lib/python/site-packages/neutron/services/vpn/device_drivers/template/openswan/ipsec.conf.template</td>
<td>(StrOpt) Template file for ipsec configuration</td>
</tr>
<tr>
<td>ipsec_secret_template = /usr/lib/python/site-packages/neutron/services/vpn/device_drivers/template/openswan/ipsec.secret.template</td>
<td>(StrOpt) Template file for ipsec secret configuration</td>
</tr>
<tr>
<th colspan="2">[vpnagent]</th>
</tr>
<tr>
<td>vpn_device_driver = ['neutron.services.vpn.device_drivers.ipsec.OpenSwanDriver']</td>
<td>(MultiStrOpt) The vpn device drivers Neutron will use</td>
</tr>
</tbody>
</table>
</para>