a6bce01980
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: I02a75b63d0fb3ea4a7d015794b9229a94ddad279
15 lines
669 B
XML
15 lines
669 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_configuring-dashboard">
|
|
<title>Dashboard</title>
|
|
<para>This chapter describes how to configure the OpenStack
|
|
dashboard with Apache web server.</para>
|
|
<xi:include href="../common/section_dashboard-configure.xml"/>
|
|
<xi:include href="../common/section_dashboard_customizing.xml"/>
|
|
<xi:include href="dashboard/section_dashboard-sample-configuration-files.xml"/>
|
|
<xi:include href="dashboard/section_dashboard-log-files.xml"/>
|
|
</chapter>
|