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

51 lines
2.0 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_sahara_timeouts">
<caption>Description of timeouts 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">[timeouts]</th>
</tr>
<tr>
<td><option>await_attach_volumes</option> = <replaceable>10</replaceable></td>
<td>(IntOpt) Wait for attaching volumes to instances, in seconds</td>
</tr>
<tr>
<td><option>await_for_instances_active</option> = <replaceable>10800</replaceable></td>
<td>(IntOpt) Wait for instances to become active, in seconds</td>
</tr>
<tr>
<td><option>delete_instances_timeout</option> = <replaceable>10800</replaceable></td>
<td>(IntOpt) Wait for instances to be deleted, in seconds</td>
</tr>
<tr>
<td><option>detach_volume_timeout</option> = <replaceable>300</replaceable></td>
<td>(IntOpt) Timeout for detaching volumes from instance, in seconds</td>
</tr>
<tr>
<td><option>ips_assign_timeout</option> = <replaceable>10800</replaceable></td>
<td>(IntOpt) Assign IPs timeout, in seconds</td>
</tr>
<tr>
<td><option>volume_available_timeout</option> = <replaceable>10800</replaceable></td>
<td>(IntOpt) Wait for volumes to become available, in seconds</td>
</tr>
<tr>
<td><option>wait_until_accessible</option> = <replaceable>10800</replaceable></td>
<td>(IntOpt) Wait for instance accessibility, in seconds</td>
</tr>
</tbody>
</table>
</para>