fbb5c854ff
Improve openrc content in the installation guide as follows: 1) Add new openrc section to keystone chapter 2) Remove clients chapter This patch implements changes approved for other patches associated with this blueprint. Change-Id: I075671cb0b432ce73addb972a0d709f9a4655114 Implements: blueprint installation-guide-improvements
15 lines
603 B
XML
15 lines
603 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<chapter 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="ch_keystone">
|
|
<title>Add the Identity service</title>
|
|
<xi:include href="../common/section_keystone-concepts.xml"/>
|
|
<xi:include href="section_keystone-install.xml"/>
|
|
<xi:include href="section_keystone-users.xml"/>
|
|
<xi:include href="section_keystone-services.xml"/>
|
|
<xi:include href="section_keystone-verify.xml"/>
|
|
<xi:include href="section_keystone-openrc.xml"/>
|
|
</chapter>
|