Files
openstack-manuals/doc/config-reference/source/tables/nova-ironic.rst
KATO Tomoyuki 467eb1431a [config-ref] update compute config options for Newton
Change-Id: I4b7f182daf7bc101a59ddfdb98055ffcd719e3bd
2016-09-30 09:47:45 +00:00

2.2 KiB

Description of bare metal configuration options
Configuration option = Default value Description
[ironic]
admin_password = None (String) DEPRECATED: Ironic keystone admin password. Use password instead.
admin_tenant_name = None (String) DEPRECATED: Ironic keystone tenant name. Use project_name instead.
admin_url = None (String) DEPRECATED: Keystone public API endpoint. Use auth_url instead.
admin_username = None (String) DEPRECATED: Ironic keystone admin name. Use username instead.
api_endpoint = http://ironic.example.org:6385/ (String) URL override for the Ironic API endpoint.

api_max_retries = 60

(Integer) The number of times to retry when a request conflicts. If set to 0, only try once, no retries.

Related options:

  • api_retry_interval

api_retry_interval = 2

(Integer) The number of seconds to wait before retrying the request.

Related options:

  • api_max_retries
auth_section = None (Unknown) Config Section from which to load plugin specific options
auth_type = None (Unknown) Authentication type to load
cafile = None (String) PEM encoded Certificate Authority to use when verifying HTTPs connections.
certfile = None (String) PEM encoded client certificate cert file
insecure = False (Boolean) Verify HTTPS connections.
keyfile = None (String) PEM encoded client certificate key file
timeout = None (Integer) Timeout value for http requests