.. 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. .. _aodh-auth: .. list-table:: Description of authorization configuration options :header-rows: 1 :class: config-ref-table * - Configuration option = Default value - Description * - **[service_credentials]** - * - ``insecure`` = ``False`` - (BoolOpt) Disables X.509 certificate validation when an SSL connection to Identity Service is established. * - ``os_auth_url`` = ``http://localhost:5000/v2.0`` - (StrOpt) Auth URL to use for OpenStack service access. * - ``os_cacert`` = ``None`` - (StrOpt) Certificate chain for SSL validation. * - ``os_endpoint_type`` = ``publicURL`` - (StrOpt) Type of endpoint in Identity service catalog to use for communication with OpenStack services. * - ``os_password`` = ``admin`` - (StrOpt) Password to use for OpenStack service access. * - ``os_project_domain_id`` = ``default`` - (StrOpt) The domain id of the user project * - ``os_project_name`` = ``admin`` - (StrOpt) The user project name * - ``os_region_name`` = ``None`` - (StrOpt) Region name to use for OpenStack service endpoints. * - ``os_tenant_id`` = - (StrOpt) Tenant ID to use for OpenStack service access. * - ``os_tenant_name`` = ``admin`` - (StrOpt) Tenant name to use for OpenStack service access. * - ``os_user_domain_id`` = ``default`` - (StrOpt) The domain id of the user * - ``os_username`` = ``aodh`` - (StrOpt) User name to use for OpenStack service access.