Python bindings to the OpenStack Keystone API

This is a client for OpenStack Keystone API. There’s a Python API (the keystoneclient module), and a command-line script (installed as keystone).

You’ll need an OpenStack Keystone account, which you can get by using keystone-manage.

Contents:

Contributing

Development takes place on GitHub; please file bugs/pull requests there.

Run tests with python setup.py test.

Indices and tables

Table Of Contents

Next topic

The keystoneclient Python API

This Page