6be4f5775f
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: Ic59684221ba99632c71e3f9b5f97ec74f56793a4
16 lines
689 B
XML
16 lines
689 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<section 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="sdk_install">
|
|
<title>Install the OpenStack SDK</title>
|
|
<para>Each OpenStack project has its own Python library. These
|
|
libraries are bundled with the command-line clients. For example,
|
|
the Python bindings for the Compute API are bundled with the
|
|
<package>python-novaclient</package> package.</para>
|
|
<para>For details about how to install the clients, see <link
|
|
linkend="install_clients">install the OpenStack command-line
|
|
clients</link>.</para>
|
|
</section>
|