Stephen Finucane 564f5330c3 [config-ref]: update nova config options for stable/ocata
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
2017-03-20 16:57:29 +00:00

59 lines
1.6 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-placement:
.. list-table:: Description of placement configuration options
:header-rows: 1
:class: config-ref-table
* - Configuration option = Default value
- Description
* - ``auth_type`` = ``None``
- (Unknown) Authentication type to load
* - ``certfile`` = ``None``
- (String) PEM encoded client certificate cert file
* - ``timeout`` = ``None``
- (Integer) Timeout value for http requests
* - ``keyfile`` = ``None``
- (String) PEM encoded client certificate key file
* - ``insecure`` = ``False``
- (Boolean) Verify HTTPS connections.
* - ``os_interface`` = ``None``
- (String) Endpoint interface for this node. This is used when picking the URL in the service catalog.
* - ``os_region_name`` = ``None``
- (String) Region name of this node. This is used when picking the URL in the service catalog.
Possible values:
* Any string representing region name
* - ``cafile`` = ``None``
- (String) PEM encoded Certificate Authority to use when verifying HTTPs connections.
* - ``auth_section`` = ``None``
- (Unknown) Config Section from which to load plugin specific options