Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 2.11 KB

notes-openstack.rst

File metadata and controls

46 lines (33 loc) · 2.11 KB

OpenStack driver notes

Notes about requirements and driver for the OpenStack Links to the documentation

Official OpenStack Documentation

Links to the most useful OpenStack user and developer guides

  1. OpenStack Project `User Guides`_

  2. See Image requirements for a list of Linux-based image requirements

  3. List of current API verisons OpenStack API Documentation

  4. 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...

  5. 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

  6. Python bindings to the OpenStack Identiy API python keystone

  7. OpenStack Pike Project `User Guides`_ and Admin guides