241be45fbd
Since the configuration reference is versioned, get the sample files from the git stable/icehouse branch. This should avoid grabbing trunk config files when building backports. Closes-Bug: #1308452 Change-Id: Id7e38ec69345b8a47d48ce6308440a2ec47d8914
51 lines
2.7 KiB
XML
51 lines
2.7 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>All the files in this section can be found in the <systemitem>/etc/keystone</systemitem>
|
|
directory.</para>
|
|
<section xml:id="section_keystone.conf">
|
|
<title>keystone.conf</title>
|
|
<para>The majority of the Identity service configuration is performed from the
|
|
<filename>keystone.conf</filename> file.</para>
|
|
<para>
|
|
<programlisting language="ini"><xi:include parse="text" href="http://git.openstack.org/cgit/openstack/keystone/plain/etc/keystone.conf.sample?h=stable/icehouse"/>
|
|
</programlisting>
|
|
</para>
|
|
</section>
|
|
<section xml:id="section_keystone-paste.ini">
|
|
<title>keystone-paste.ini</title>
|
|
<para>The <filename>keystone-paste.ini</filename> file configures the
|
|
Web Service Gateway Interface (WSGI) middleware pipeline for
|
|
the Identity service.
|
|
</para>
|
|
<para>
|
|
<programlisting language="ini"><xi:include parse="text" href="http://git.openstack.org/cgit/openstack/keystone/plain/etc/keystone-paste.ini?h=stable/icehouse"/>
|
|
</programlisting>
|
|
</para>
|
|
</section>
|
|
<section xml:id="section_keystone-logging.conf">
|
|
<title>logging.conf</title>
|
|
<para>A special logging configuration file can be specified in the
|
|
<filename>keystone.conf</filename> configuration file (for example,
|
|
<filename>/etc/keystone/logging.conf</filename>). For details, see the Python
|
|
logging module documentation (
|
|
<link xlink:href="http://docs.python.org/2/howto/logging.html#configuring-logging">Python Logging</link>).</para>
|
|
<para>
|
|
<programlisting language="ini"><xi:include parse="text" href="http://git.openstack.org/cgit/openstack/keystone/plain/etc/logging.conf.sample?h=stable/icehouse"/>
|
|
</programlisting>
|
|
</para>
|
|
</section>
|
|
<section xml:id="section_keystone-policy.json">
|
|
<title>policy.json</title>
|
|
<para>The <filename>policy.json</filename> file defines additional access controls that
|
|
apply to the Identity service.</para>
|
|
<para>
|
|
<programlisting language="json"><xi:include parse="text" href="http://git.openstack.org/cgit/openstack/keystone/plain/etc/policy.json?h=stable/icehouse"/>
|
|
</programlisting>
|
|
</para>
|
|
</section>
|
|
</section>
|