This significant rework occurs due to recent changes in the openstack-doc-tools project. There are some manual fixes to the following options, where invalid rST was included. These have been fixed on nova master but still need to be backported to stable/ocata. This will be done separately. - block_device_allocate_retries_interval (DEFAULT) - torrent_images (xenserver) Change-Id: Ia6ecbf025f1a2de19db896d3d72412461603093b Depends-On: I4ef80825598cc7d98a4046afd5b131484e5a3469
39 lines
1.2 KiB
ReStructuredText
39 lines
1.2 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.
|
|
|
|
.. _nova-barbican:
|
|
|
|
.. list-table:: Description of barbican configuration options
|
|
:header-rows: 1
|
|
:class: config-ref-table
|
|
|
|
* - Configuration option = Default value
|
|
- Description
|
|
|
|
* - ``retry_delay`` = ``1``
|
|
|
|
- (Integer) Number of seconds to wait before retrying poll for key creation completion
|
|
|
|
* - ``number_of_retries`` = ``60``
|
|
|
|
- (Integer) Number of times to retry poll for key creation completion
|
|
|
|
* - ``barbican_endpoint`` = ``None``
|
|
|
|
- (String) Use this endpoint to connect to Barbican, for example: "http://localhost:9311/"
|
|
|
|
* - ``barbican_api_version`` = ``None``
|
|
|
|
- (String) Version of the Barbican API, for example: "v1"
|
|
|
|
* - ``auth_endpoint`` = ``http://localhost:5000/v3``
|
|
|
|
- (String) Use this endpoint to connect to Keystone
|