689de3f4e8
Initial addition of Python SDK content to user's guide. Describes how an end-user can employ the Python bindings to automate tasks. This initial commit adds info on: - How to authenticate with Identity, Commpute, Image, and Network clients - How to manage images Change-Id: Ie8c4120acc7739c0bc4bddd99ffdbfbfbe241e0f
15 lines
687 B
XML
15 lines
687 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>
|