openstack-manuals/doc/config-reference/identity/section_keystone-sample-conf-files.xml
Tom Fifield 884caa4a89 Liberty Release note/link updates for all guides
Patch updates text areas and links to reflect the
Liberty release across all guides except the install
guide. Certain old notes relating to unsupported releases
were also removed.

Change-Id: I65f6e3747266db5b56e766d389376fb928d881c8
2015-10-13 14:09:07 +08:00

45 lines
2.5 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<section xmlns="http://docbook.org/ns/docbook"
xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:xlink="http://www.w3.org/1999/xlink"
version="5.0"
xml:id="sample-configuration-files">
<title>Identity service sample configuration files</title>
<para>You can find the files described in this section in the
<systemitem>/etc/keystone</systemitem> directory.</para>
<section xml:id="section_keystone.conf">
<title>keystone.conf</title>
<para>Use the <filename>keystone.conf</filename> file to
configure most Identity service options:</para>
<programlisting language="ini"><xi:include parse="text" href="https://git.openstack.org/cgit/openstack/keystone/plain/etc/keystone.conf.sample?h=stable/liberty"/>
</programlisting>
</section>
<section xml:id="section_keystone-paste.ini">
<title>keystone-paste.ini</title>
<para>Use the <filename>keystone-paste.ini</filename> file to
configure the Web Service Gateway Interface (WSGI)
middleware pipeline for the Identity service.</para>
<programlisting language="ini"><xi:include parse="text" href="https://git.openstack.org/cgit/openstack/keystone/plain/etc/keystone-paste.ini?h=stable/liberty"/>
</programlisting>
</section>
<section xml:id="section_keystone-logging.conf">
<title>logging.conf</title>
<para>You can specify a special logging configuration file in
the <filename>keystone.conf</filename> configuration file.
For example,
<filename>/etc/keystone/logging.conf</filename>.</para>
<para>For details, see the (<link
xlink:href="http://docs.python.org/2/howto/logging.html#configuring-logging"
>Python logging module documentation</link>).</para>
<programlisting language="ini"><xi:include parse="text" href="https://git.openstack.org/cgit/openstack/keystone/plain/etc/logging.conf.sample?h=stable/liberty"/>
</programlisting>
</section>
<section xml:id="section_keystone-policy.json">
<title>policy.json</title>
<para>Use the <filename>policy.json</filename> file to define
additional access controls that apply to the Identity
service.</para>
<programlisting language="json"><xi:include parse="text" href="https://git.openstack.org/cgit/openstack/keystone/plain/etc/policy.json?h=stable/liberty"/></programlisting>
</section>
</section>