Python bindings to the OpenStack Tuskar API

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

Python API

You can use the API like so:

>>> from tuskarclient.client import Client
>>> tuskar = Client('1', endpoint=tuskar_url)

Command-line Tool

Man Pages

Contributing

Code is hosted on OpenStack git. Submit bugs to the Tuskar project on Launchpad. Submit code to the openstack/python-tuskarclient project using Gerrit.

Table Of Contents

Next topic

Client Reference

This Page