503b923618
Updated guides to use the openstack.org git infrastructure for retrieving sample files from the various OpenStack projects. This prevents sporadic github outages breaking the guide builds. Change-Id: Ic637899d2bfa4da1d64b26ef35792d9607458c51
30 lines
1.3 KiB
XML
30 lines
1.3 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 Sample Configuration Files</title>
|
|
<itemizedlist>
|
|
<listitem>
|
|
<para>
|
|
<filename>etc/keystone.conf.sample</filename>
|
|
</para><para>
|
|
<programlisting language="ini"><xi:include parse="text" href="http://git.openstack.org/cgit/openstack/keystone/plain/etc/keystone.conf.sample"></xi:include></programlisting></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
<filename>etc/keystone-paste.ini</filename>
|
|
</para><para>
|
|
<programlisting language="ini"><xi:include parse="text" href="http://git.openstack.org/cgit/openstack/keystone/plain/etc/keystone-paste.ini"></xi:include></programlisting></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
<literal>etc/logging.conf.sample</literal>
|
|
</para>
|
|
<para><programlisting language="ini"><xi:include parse="text" href="http://git.openstack.org/cgit/openstack/keystone/plain/etc/logging.conf.sample"/></programlisting></para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
</section>
|