openstack-manuals/doc/user-guide/ch_sdk.xml
Lorin Hochstein 6800abb860 Python SDK: keypairs & security groups
How to use the Python SDK to work with keypairs and security groups.

Change-Id: I1a129cc37e841f5b123c446b66d0f4c6817f2485
2014-01-03 08:50:38 -05:00

20 lines
920 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" xml:id="ch_sdk">
<info>
<title>OpenStack Python SDK</title>
</info>
<para>Use the OpenStack Python Software Development Kit (SDK) to
write Python automation scripts that create and manage resources
in your OpenStack cloud. The SDK implements Python bindings to the
OpenStack API, which enables you to perform automation tasks in
Python by making calls on Python objects rather than making REST
calls directly. All OpenStack command-line tools are implemented
using the Python SDK.</para>
<xi:include href="section_sdk_install.xml"/>
<xi:include href="section_sdk_authenticate.xml"/>
<xi:include href="section_sdk_manage_images.xml"/>
<xi:include href="section_sdk_configure_instances.xml"/>
</chapter>