venkatamahesh 9ff3d04ef8 [config-ref] Update ironic tables
Change-Id: I18b1a967ca4fb585595b15a2126a60359018de0d
2016-09-23 13:12:14 +00:00

37 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.
.. _ironic-oneview:
.. list-table:: Description of OneView configuration options
:header-rows: 1
:class: config-ref-table
* - Configuration option = Default value
- Description
* - **[oneview]**
-
* - ``allow_insecure_connections`` = ``False``
- (Boolean) Option to allow insecure connection with OneView.
* - ``enable_periodic_tasks`` = ``True``
- (Boolean) Whether to enable the periodic tasks for OneView driver be aware when OneView hardware resources are taken and released by Ironic or OneView users and proactively manage nodes in clean fail state according to Dynamic Allocation model of hardware resources allocation in OneView.
* - ``manager_url`` = ``None``
- (String) URL where OneView is available.
* - ``max_polling_attempts`` = ``12``
- (Integer) Max connection retries to check changes on OneView.
* - ``password`` = ``None``
- (String) OneView password to be used.
* - ``periodic_check_interval`` = ``300``
- (Integer) Period (in seconds) for periodic tasks to be executed when enable_periodic_tasks=True.
* - ``tls_cacert_file`` = ``None``
- (String) Path to CA certificate.
* - ``username`` = ``None``
- (String) OneView username to be used.