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
109 lines
4.7 KiB
XML
109 lines
4.7 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 lbaas</caption>
|
|
<col width="50%"/>
|
|
<col width="50%"/>
|
|
<thead>
|
|
<tr>
|
|
<th>Configuration option = Default value</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td>actions_to_skip = setup_l2_l3</td>
|
|
<td>(ListOpt) List of actions that we dont want to push to the completion queue</td>
|
|
</tr>
|
|
<tr>
|
|
<td>l2_l3_ctor_params = {'ha_ip_pool_name': 'default', 'allocate_ha_vrrp': True, 'ha_network_name': 'HA-Network', 'service': '_REPLACE_', 'allocate_ha_ips': True}</td>
|
|
<td>(DictOpt) l2_l3 workflow constructor params</td>
|
|
</tr>
|
|
<tr>
|
|
<td>l2_l3_setup_params = {'data_ip_address': '192.168.200.99', 'data_port': 1, 'gateway': '192.168.200.1', 'ha_port': 2, 'data_ip_mask': '255.255.255.0'}</td>
|
|
<td>(DictOpt) l2_l3 workflow setup params</td>
|
|
</tr>
|
|
<tr>
|
|
<td>l2_l3_workflow_name = openstack_l2_l3</td>
|
|
<td>(StrOpt) l2_l3 workflow name</td>
|
|
</tr>
|
|
<tr>
|
|
<td>l4_action_name = BaseCreate</td>
|
|
<td>(StrOpt) l4 workflow action name</td>
|
|
</tr>
|
|
<tr>
|
|
<td>l4_workflow_name = openstack_l4</td>
|
|
<td>(StrOpt) l4 workflow name</td>
|
|
</tr>
|
|
<tr>
|
|
<td>loadbalancer_pool_scheduler_driver = neutron.services.loadbalancer.agent_scheduler.ChanceScheduler</td>
|
|
<td>(StrOpt) Driver to use for scheduling pool to a default loadbalancer agent</td>
|
|
</tr>
|
|
<tr>
|
|
<td>loadbalancer_state_path = $state_path/lbaas</td>
|
|
<td>(StrOpt) Location to store config and state files</td>
|
|
</tr>
|
|
<tr>
|
|
<td>service_adc_type = VA</td>
|
|
<td>(StrOpt) Service ADC type</td>
|
|
</tr>
|
|
<tr>
|
|
<td>service_adc_version = </td>
|
|
<td>(StrOpt) Service ADC version</td>
|
|
</tr>
|
|
<tr>
|
|
<td>service_cache = 20</td>
|
|
<td>(IntOpt) service cache</td>
|
|
</tr>
|
|
<tr>
|
|
<td>service_compression_throughput = 100</td>
|
|
<td>(IntOpt) service compression throughtput</td>
|
|
</tr>
|
|
<tr>
|
|
<td>service_ha_pair = False</td>
|
|
<td>(BoolOpt) service HA pair</td>
|
|
</tr>
|
|
<tr>
|
|
<td>service_isl_vlan = -1</td>
|
|
<td>(IntOpt) A required VLAN for the interswitch link to use</td>
|
|
</tr>
|
|
<tr>
|
|
<td>service_resource_pool_ids = </td>
|
|
<td>(ListOpt) Resource pool ids</td>
|
|
</tr>
|
|
<tr>
|
|
<td>service_session_mirroring_enabled = False</td>
|
|
<td>(BoolOpt) Support an Alteon interswitch link for stateful session failover</td>
|
|
</tr>
|
|
<tr>
|
|
<td>service_ssl_throughput = 100</td>
|
|
<td>(IntOpt) service ssl throughtput</td>
|
|
</tr>
|
|
<tr>
|
|
<td>service_throughput = 1000</td>
|
|
<td>(IntOpt) service throughtput</td>
|
|
</tr>
|
|
<tr>
|
|
<td>user_group = nogroup</td>
|
|
<td>(StrOpt) The user group</td>
|
|
</tr>
|
|
<tr>
|
|
<td>vdirect_address = None</td>
|
|
<td>(StrOpt) vdirect server IP address</td>
|
|
</tr>
|
|
<tr>
|
|
<td>vdirect_password = radware</td>
|
|
<td>(StrOpt) vdirect user password</td>
|
|
</tr>
|
|
<tr>
|
|
<td>vdirect_user = vDirect</td>
|
|
<td>(StrOpt) vdirect user name</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</para>
|