Notes about requirements and driver for the OpenStack Links to the documentation
Links to the most useful OpenStack user and developer guides
OpenStack Project `User Guides`_
See Image requirements for a list of Linux-based image requirements
List of current API verisons OpenStack API Documentation
Using OpenStack SDK is one of the methods of sending API requests. Python module openstack must be installed on the host that sends API requests. A guide to the usage is Getting started with OpenSTack SDK From there see links to all other User Guides. For example, * Connect - create a conenciton with credentials * Using OpenStack Compute - list iamges, servers, flavors, networks; create server...
Python bindings to the OpenStack nova API A python API and a CLI script nova. Each implements OpenStack Nova API.
A Python novaclient API needs python modules novaclient and keystoneauth
Python bindings to the OpenStack Identiy API python keystone
OpenStack Pike Project `User Guides`_ and Admin guides