Personal tools
Skip to content. | Skip to navigation
python-openstackclient is a unified command-line client for the OpenStack APIs. It is a thin wrapper to the stock python-*client modules that implement the actual REST API client actions.
OpenStack docs.openstack.org Sphinx Theme Theme and extension support for Sphinx documentation that is published to docs.openstack.org. Intended for use by OpenStack projects.
A collection of libraries for building applications to work with OpenStack clouds.
Team and repository tags .. Change things from this point onos-api-ref Sphinx Extensions to support API reference sites in OpenStackThis project is a collection of sphinx stanzas that assist in building an API Reference site for an OpenStack project in RST. RST is great for unstructured English, but displaying semi structured (and repetitive) data in tables is not its strength. This provides...
OpenStack Cinder brick library for managing local volume attaches
The os-client-config is a library for collecting client configuration for using an OpenStack cloud in a consistent and comprehensive manner. It will find cloud config for as few as 1 cloud and as many as you want to put in a config file. It will read environment variables and config files, and it also contains some vendor specific default values so that you don't have to know extra info to use OpenStack * If you have a config file, you will get the clouds listed in it * If you have environment variables, you will get a cloud named `envvars` * If you have neither, you will get a cloud named `defaults` with base defaults