8ee0e6f761
Change-Id: I111c2b512689e5b30fb985d3cd34195cf14af280
59 lines
2.2 KiB
XML
59 lines
2.2 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_nova_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">[DEFAULT]</th>
|
|
</tr>
|
|
<tr>
|
|
<td><option>boot_script_template</option> = <replaceable>$pybasedir/nova/cloudpipe/bootscript.template</replaceable></td>
|
|
<td>(StrOpt) Template for cloudpipe instance boot script</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>dmz_cidr</option> = <replaceable></replaceable></td>
|
|
<td>(ListOpt) A list of dmz ranges that should be accepted</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>dmz_mask</option> = <replaceable>255.255.255.0</replaceable></td>
|
|
<td>(StrOpt) Netmask to push into openvpn config</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>dmz_net</option> = <replaceable>10.0.0.0</replaceable></td>
|
|
<td>(StrOpt) Network to push into openvpn config</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>vpn_flavor</option> = <replaceable>m1.tiny</replaceable></td>
|
|
<td>(StrOpt) Flavor for vpn instances</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>vpn_image_id</option> = <replaceable>0</replaceable></td>
|
|
<td>(StrOpt) Image ID used when starting up a cloudpipe vpn server</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>vpn_ip</option> = <replaceable>$my_ip</replaceable></td>
|
|
<td>(StrOpt) Public IP for the cloudpipe VPN servers</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>vpn_key_suffix</option> = <replaceable>-vpn</replaceable></td>
|
|
<td>(StrOpt) Suffix to add to project name for vpn key and secgroups</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>vpn_start</option> = <replaceable>1000</replaceable></td>
|
|
<td>(IntOpt) First Vpn port for private networks</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</para>
|