e7cbc675ce
Change-Id: I959cc6884633ada1deb55f44ca1fc6f230bdebd9
61 lines
2.5 KiB
XML
61 lines
2.5 KiB
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
|
|
<!--
|
|
###################################################################
|
|
WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
|
|
###################################################################
|
|
|
|
Warning: Do not edit this file. It is automatically
|
|
generated from the software project's code and your changes
|
|
will be overwritten.
|
|
|
|
The tool to generate this file lives in openstack-doc-tools
|
|
repository.
|
|
|
|
Please make any changes needed in the code, then run the
|
|
autogenerate-config-doc tool from the openstack-doc-tools
|
|
repository, or ask for help on the documentation mailing list,
|
|
IRC channel or meeting.
|
|
|
|
###################################################################
|
|
WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
|
|
###################################################################
|
|
-->
|
|
<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>
|