a2d662d600
The XML root element of Docbook XML files should match the following format: <ELEMENT 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="THE_XML_ID_OF_THE_ELEMENT"> Change-Id: I1e0804e2c5021bd78b77483f3156c5b069453555
14 lines
550 B
XML
14 lines
550 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"/>
|
|
</chapter>
|