20b6805c04
Also fixed up some duplicate config options due to a bug in autohelp.py. While working through duplication options, I believe I encountered some that weren't being output, but I'd rather spend the time fixing the tool than manually adding those. Change-Id: I60eb035b97d354bc57168421facafd895ace2a10
57 lines
2.2 KiB
XML
57 lines
2.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- Warning: Do not edit this file. It is automatically
|
|
generated and your changes will be overwritten.
|
|
The tool to do so lives in the tools directory of this
|
|
repository -->
|
|
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
|
|
<table rules="all">
|
|
<caption>Description of configuration options for embrane</caption>
|
|
<col width="50%"/>
|
|
<col width="50%"/>
|
|
<thead>
|
|
<tr>
|
|
<th>Configuration option = Default value</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td>admin_username = admin</td>
|
|
<td>(StrOpt) ESM admin username.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>async_requests = True</td>
|
|
<td>(BoolOpt) Define if the requests have run asynchronously or not</td>
|
|
</tr>
|
|
<tr>
|
|
<td>dummy_utif_id = None</td>
|
|
<td>(StrOpt) Dummy user traffic Security Zone id</td>
|
|
</tr>
|
|
<tr>
|
|
<td>esm_mgmt = None</td>
|
|
<td>(StrOpt) ESM management root address</td>
|
|
</tr>
|
|
<tr>
|
|
<td>inband_id = None</td>
|
|
<td>(StrOpt) In band Security Zone id</td>
|
|
</tr>
|
|
<tr>
|
|
<td>mgmt_id = None</td>
|
|
<td>(StrOpt) Management Security Zone id</td>
|
|
</tr>
|
|
<tr>
|
|
<td>oob_id = None</td>
|
|
<td>(StrOpt) Out of band Security Zone id</td>
|
|
</tr>
|
|
<tr>
|
|
<td>resource_pool_id = default</td>
|
|
<td>(StrOpt) Shared resource pool id</td>
|
|
</tr>
|
|
<tr>
|
|
<td>router_image = None</td>
|
|
<td>(StrOpt) Router image id (Embrane FW/VPN)</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</para>
|