openstack-manuals/doc/common/tables/ironic-neutron.xml
Gauvain Pocentek 86ad410ad6 config-ref: ironic, sahara, trove tables update
Change-Id: Ic3886dbe80478f450dda351d8ce3aaf5330a8610
2015-04-24 17:12:43 +02:00

43 lines
1.8 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_ironic_neutron">
<caption>Description of neutron 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">[neutron]</th>
</tr>
<tr>
<td><option>auth_strategy</option> = <replaceable>keystone</replaceable></td>
<td>(StrOpt) Default authentication strategy to use when connecting to neutron. Can be either "keystone" or "noauth". Running neutron in noauth mode (related to but not affected by this setting) is insecure and should only be used for testing.</td>
</tr>
<tr>
<td><option>cleaning_network_uuid</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) UUID of the network to create Neutron ports on when booting to a ramdisk for cleaning/zapping using Neutron DHCP</td>
</tr>
<tr>
<td><option>retries</option> = <replaceable>3</replaceable></td>
<td>(IntOpt) Client retries in the case of a failed request.</td>
</tr>
<tr>
<td><option>url</option> = <replaceable>http://$my_ip:9696</replaceable></td>
<td>(StrOpt) URL for connecting to neutron.</td>
</tr>
<tr>
<td><option>url_timeout</option> = <replaceable>30</replaceable></td>
<td>(IntOpt) Timeout value for connecting to neutron in seconds.</td>
</tr>
</tbody>
</table>
</para>