e7cbc675ce
Change-Id: I959cc6884633ada1deb55f44ca1fc6f230bdebd9
77 lines
3.0 KiB
XML
77 lines
3.0 KiB
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
|
|
<!--
|
|
###################################################################
|
|
WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
|
|
###################################################################
|
|
|
|
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.
|
|
|
|
###################################################################
|
|
WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
|
|
###################################################################
|
|
-->
|
|
<table rules="all" xml:id="config_table_ceilometer_auth">
|
|
<caption>Description of authorization configuration options</caption>
|
|
<col width="50%"/>
|
|
<col width="50%"/>
|
|
<thead>
|
|
<tr>
|
|
<th>Configuration option = Default value</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<th colspan="2">[service_credentials]</th>
|
|
</tr>
|
|
<tr>
|
|
<td><option>insecure</option> = <replaceable>False</replaceable></td>
|
|
<td>(BoolOpt) Disables X.509 certificate validation when an SSL connection to Identity Service is established.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>os_auth_url</option> = <replaceable>http://localhost:5000/v2.0</replaceable></td>
|
|
<td>(StrOpt) Auth URL to use for OpenStack service access.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>os_cacert</option> = <replaceable>None</replaceable></td>
|
|
<td>(StrOpt) Certificate chain for SSL validation.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>os_endpoint_type</option> = <replaceable>publicURL</replaceable></td>
|
|
<td>(StrOpt) Type of endpoint in Identity service catalog to use for communication with OpenStack services.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>os_password</option> = <replaceable>admin</replaceable></td>
|
|
<td>(StrOpt) Password to use for OpenStack service access.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>os_region_name</option> = <replaceable>None</replaceable></td>
|
|
<td>(StrOpt) Region name to use for OpenStack service endpoints.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>os_tenant_id</option> = <replaceable></replaceable></td>
|
|
<td>(StrOpt) Tenant ID to use for OpenStack service access.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>os_tenant_name</option> = <replaceable>admin</replaceable></td>
|
|
<td>(StrOpt) Tenant name to use for OpenStack service access.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>os_username</option> = <replaceable>ceilometer</replaceable></td>
|
|
<td>(StrOpt) User name to use for OpenStack service access.</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</para>
|