Parameters: |
- api_version – the API version to use (‘1’ or ‘2’)
- kwargs –
keyword args containing credentials, either:
- os_auth_token: pre-existing token to re-use
- ceilometer_url: ceilometer API endpoint
or:
* os_username: name of user
* os_password: user’s password
* os_user_id: user’s id
* os_user_domain_id: the domain id of the user
* os_user_domain_name: the domain name of the user
* os_project_id: the user project id
* os_tenant_id: V2 alternative to os_project_id
* os_project_name: the user project name
* os_tenant_name: V2 alternative to os_project_name
* os_project_domain_name: domain name for the user project
* os_project_domain_id: domain id for the user project
* os_auth_url: endpoint to authenticate against
* os_cert|os_cacert: path of CA TLS certificate
* os_key: SSL private key
* insecure: allow insecure SSL (no cert verification)
|