openstack-manuals/doc/user-guide/source/sdk.rst
Andreas Jaeger 28d95bfc66 End User Guide: Remove user_only and orphan
With the split of the User Guides, there's no need anymore to have
orphan and user_only flags, remove them from the user-guide
directory.

Only files that keep :orphan: are
doc/user-guide/source/hot-guide/hot_advanced_topics.rst and
hot_existing_templates.rst since these files are not currently included.

Change-Id: I1ac0356d69d8668785f8b1947e8b061731aca747
2015-05-13 18:09:16 +00:00

855 B

OpenStack Python SDK

The OpenStack Python Software Development Kit (SDK) is used 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.

You should also be familiar with:

  • RESTful web services
  • HTTP/1.1
  • JSON and XML data serialization formats

sdk_install.rst sdk_authenticate.rst sdk_manage_images.rst sdk_assign_cors_headers.rst sdk_schedule_objects_for_deletion.rst sdk_configure_access_security_instances.rst sdk_neutron_apis.rst sdk_compute_apis.rst