
Change-Id: Ia9dc15869ab201a787eecd479252282f0ae9113b Implements: blueprint config-ref-rst
35 lines
1.4 KiB
ReStructuredText
35 lines
1.4 KiB
ReStructuredText
..
|
|
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.
|
|
|
|
.. _sahara-timeouts:
|
|
|
|
.. list-table:: Description of timeouts configuration options
|
|
:header-rows: 1
|
|
:class: config-ref-table
|
|
|
|
* - Configuration option = Default value
|
|
- Description
|
|
* - **[timeouts]**
|
|
-
|
|
* - ``await_attach_volumes`` = ``10``
|
|
- (IntOpt) Wait for attaching volumes to instances, in seconds
|
|
* - ``await_for_instances_active`` = ``10800``
|
|
- (IntOpt) Wait for instances to become active, in seconds
|
|
* - ``delete_instances_timeout`` = ``10800``
|
|
- (IntOpt) Wait for instances to be deleted, in seconds
|
|
* - ``detach_volume_timeout`` = ``300``
|
|
- (IntOpt) Timeout for detaching volumes from instance, in seconds
|
|
* - ``ips_assign_timeout`` = ``10800``
|
|
- (IntOpt) Assign IPs timeout, in seconds
|
|
* - ``volume_available_timeout`` = ``10800``
|
|
- (IntOpt) Wait for volumes to become available, in seconds
|
|
* - ``wait_until_accessible`` = ``10800``
|
|
- (IntOpt) Wait for instance accessibility, in seconds
|