Tweaks to Identity section of Config Reference

The Identity Section of the config reference was previously
one big long page, with a single sentence intro.

This patch splits it up by removing the anti-chunking tag and
re-adding it where necessary. It adds a whole second sentence to
the intro.

Change-Id: Ic6aa139b3aba5ba9ee29db7081c38ebca94e73c3
This commit is contained in:
Tom Fifield 2014-01-10 15:49:56 +08:00
parent 2afeecf74a
commit af9f1ebed7
4 changed files with 9 additions and 2 deletions

View File

@ -3,6 +3,7 @@
xmlns="http://docbook.org/ns/docbook"
xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:xlink="http://www.w3.org/1999/xlink" version="1.0">
<?dbhtml stop-chunking?>
<title>External authentication with the Identity
Service</title>
<para>When the Identity Service runs in <literal>apache-httpd</literal>,

View File

@ -3,6 +3,7 @@
xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0"
xml:id="keystone-ssl-config">
<?dbhtml stop-chunking?>
<title>Configure the Identity Service with SSL</title>
<para>You can configure the Identity Service to support two-way
SSL.</para>

View File

@ -3,6 +3,7 @@
xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0"
xml:id="certificates-for-pki">
<?dbhtml stop-chunking?>
<title>Certificates for PKI</title>
<para>PKI stands for Public Key Infrastructure. Tokens are
documents, cryptographically signed using the X509 standard.

View File

@ -8,8 +8,12 @@
xmlns:ns3="http://www.w3.org/1998/Math/MathML"
xmlns:ns="http://docbook.org/ns/docbook">
<title>Identity Service</title>
<?dbhtml stop-chunking?>
<para>The OpenStack Identity Service has several configuration options.</para>
<para>This chapter details the OpenStack Identity Service configuration
options. For installation prerequisites and step-by-step walkthroughs, see the
<citetitle>OpenStack Installation Guide</citetitle> for your distribution (<link xlink:href="docs.openstack.org"
>docs.openstack.org</link>) and <citetitle><link
xlink:href="http://docs.openstack.org/admin-guide-cloud/content/">Cloud
Administrator Guide</link></citetitle>.</para>
<xi:include href="../common/section_identity-configure.xml"/>
<xi:include href="../common/section_keystone_certificates-for-pki.xml"/>
<xi:include href="../common/section_keystone-ssl-config.xml"/>