af9f1ebed7
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
25 lines
1.4 KiB
XML
25 lines
1.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<chapter version="5.0" xml:id="ch_configuring-openstack-identity"
|
|
xmlns="http://docbook.org/ns/docbook"
|
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
xmlns:ns5="http://www.w3.org/1999/xhtml"
|
|
xmlns:ns4="http://www.w3.org/2000/svg"
|
|
xmlns:ns3="http://www.w3.org/1998/Math/MathML"
|
|
xmlns:ns="http://docbook.org/ns/docbook">
|
|
<title>Identity Service</title>
|
|
<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"/>
|
|
<xi:include href="../common/section_keystone-external-auth.xml"/>
|
|
<xi:include href="../common/section_keystone_config_ldap.xml"/>
|
|
<xi:include href="identity/section_keystone-token-binding.xml"/>
|
|
<xi:include href="../common/section_keystone-sample-conf-files.xml"/>
|
|
</chapter>
|