Files
openstack-manuals/doc/user-guides/source/sdk.rst
Andreas Jaeger 5db746f9e8 User Guides: Rename playground-user-guide to user-guides
Move files to final place.

Change-Id: I3e88ce145f05daafb23c0516cd9da75a92b62e3c
2015-04-03 19:19:10 +02:00

923 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_authenticate_networking_endpoint.rst sdk_authenticate_compute_output.rst