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
17 lines
816 B
XML
17 lines
816 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_trove">
|
|
<title>Add the Database service</title>
|
|
<para>Use the <glossterm baseform="Database Service">Database
|
|
module</glossterm> to create cloud database resources. The
|
|
integrated project name is <glossterm>trove</glossterm>.</para>
|
|
<warning><para>This chapter is a work in progress. It may contain
|
|
incorrect information, and will be updated frequently.</para></warning>
|
|
<xi:include href="../common/section_getstart_trove.xml"/>
|
|
<xi:include href="section_trove-install.xml" />
|
|
<xi:include href="section_trove-verify.xml" />
|
|
</chapter>
|