| Parameters: | 
- api_version – the API version to use. Valid value: ‘1’.
 
- os_auth_token – pre-existing token to re-use
 
- ironic_url – ironic API endpoint
 
- os_username – name of a user
 
- os_password – user’s password
 
- os_auth_url – endpoint to authenticate against
 
- os_tenant_name – name of a tenant (deprecated in favour of
os_project_name)
 
- os_tenant_id – ID of a tenant (deprecated in favour of
os_project_id)
 
- os_project_name – name of a project
 
- os_project_id – ID of a project
 
- os_region_name – name of a keystone region
 
- os_user_domain_name – name of a domain the user belongs to
 
- os_user_domain_id – ID of a domain the user belongs to
 
- os_project_domain_name – name of a domain the project belongs to
 
- os_project_domain_id – ID of a domain the project belongs to
 
- os_service_type – the type of service to lookup the endpoint for
 
- os_endpoint_type – the type (exposure) of the endpoint
 
- insecure – allow insecure SSL (no cert verification)
 
- timeout – allows customization of the timeout for client HTTP
requests
 
- os_cacert – path to cacert file
 
- ca_file – path to cacert file, deprecated in favour of os_cacert
 
- os_cert – path to cert file
 
- cert_file – path to cert file, deprecated in favour of os_cert
 
- os_key – path to key file
 
- key_file – path to key file, deprecated in favour of os_key
 
- os_ironic_api_version – ironic API version to use
 
- max_retries – Maximum number of retries in case of conflict error
 
- retry_interval – Amount of time (in seconds) between retries in case
of conflict error
 
- session – Keystone session to use
 
- ignored_kwargs – all the other params that are passed. Left for
backwards compatibility. They are ignored.
 
 
 |