e7cbc675ce
Change-Id: I959cc6884633ada1deb55f44ca1fc6f230bdebd9
69 lines
2.6 KiB
XML
69 lines
2.6 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_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>
|