Added sample file for Identity Service.
Added the policy.json file, and rearranged listing into sections. Change-Id: Ied3775b122897b3815f62a86c01d1d2844f5f0fc Partial-Bug: #1281348
This commit is contained in:
parent
27a863a2bc
commit
2ac999f00a
@ -4,26 +4,47 @@
|
|||||||
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0"
|
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0"
|
||||||
xml:id="sample-configuration-files">
|
xml:id="sample-configuration-files">
|
||||||
<title>Identity Service sample configuration files</title>
|
<title>Identity Service sample configuration files</title>
|
||||||
<itemizedlist>
|
<para>All the files in this section can be found in the <systemitem>/etc/keystone</systemitem>
|
||||||
<listitem>
|
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>
|
<para>
|
||||||
<filename>etc/keystone.conf.sample</filename>
|
<programlisting language="ini"><xi:include parse="text" href="http://git.openstack.org/cgit/openstack/keystone/plain/etc/keystone.conf.sample"/>
|
||||||
|
</programlisting>
|
||||||
</para>
|
</para>
|
||||||
<para>
|
</section>
|
||||||
<programlisting language="ini"><xi:include parse="text" href="http://git.openstack.org/cgit/openstack/keystone/plain/etc/keystone.conf.sample"/></programlisting></para>
|
<section xml:id="section_keystone-paste.ini">
|
||||||
</listitem>
|
<title>keystone-paste.ini</title>
|
||||||
<listitem>
|
<para>The <filename>keystone-paste.ini</filename> file configures the
|
||||||
<para>
|
Web Service Gateway Interface (WSGI) middleware pipeline for
|
||||||
<filename>etc/keystone-paste.ini</filename>
|
the Identity Service.
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
<programlisting language="ini"><xi:include parse="text" href="http://git.openstack.org/cgit/openstack/keystone/plain/etc/keystone-paste.ini"/></programlisting></para>
|
<programlisting language="ini"><xi:include parse="text" href="http://git.openstack.org/cgit/openstack/keystone/plain/etc/keystone-paste.ini"/>
|
||||||
</listitem>
|
</programlisting>
|
||||||
<listitem>
|
</para>
|
||||||
<para>
|
</section>
|
||||||
<literal>etc/logging.conf.sample</literal>
|
<section xml:id="section_keystone-logging.conf">
|
||||||
</para>
|
<title>logging.conf</title>
|
||||||
<para><programlisting language="ini"><xi:include parse="text" href="http://git.openstack.org/cgit/openstack/keystone/plain/etc/logging.conf.sample"/></programlisting></para>
|
<para>A special logging configuration file can be specified in the
|
||||||
</listitem>
|
<filename>keystone.conf</filename> configuration file (for example,
|
||||||
</itemizedlist>
|
<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"/>
|
||||||
|
</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"/>
|
||||||
|
</programlisting>
|
||||||
|
</para>
|
||||||
|
</section>
|
||||||
</section>
|
</section>
|
Loading…
Reference in New Issue
Block a user