2.2 KiB
2.2 KiB
| 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. |
|
(Integer) The number of times to retry when a request conflicts. If set to 0, only try once, no retries. Related options:
|
|
(Integer) The number of seconds to wait before retrying the request. Related options:
|
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 |