Skip to main content

Client Library for OpenStack Identity

Project description

Latest Version Downloads

This is a client for the OpenStack Identity API, implemented by the Keystone team; it contains a Python API (the keystoneclient module) for OpenStack’s Identity Service. For command line interface support, use OpenStackClient.

Python API

By way of a quick-start:

# use v2.0 auth with http://example.com:5000/v2.0
>>> from keystoneclient.v2_0 import client
>>> keystone = client.Client(username=USERNAME, password=PASSWORD, tenant_name=TENANT, auth_url=AUTH_URL)
>>> keystone.tenants.list()
>>> tenant = keystone.tenants.create(tenant_name="test", description="My new tenant!", enabled=True)
>>> tenant.delete()

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

python-keystoneclient-2.3.0.tar.gz (323.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

python_keystoneclient-2.3.0-py2.py3-none-any.whl (391.9 kB view details)

Uploaded Python 2Python 3

File details

Details for the file python-keystoneclient-2.3.0.tar.gz.

File metadata

File hashes

Hashes for python-keystoneclient-2.3.0.tar.gz
Algorithm Hash digest
SHA256 e152058c1b0e600b7360fa9c2fd263ea5937b1824d0f3741282559c7a7775bf1
MD5 4c25d8522d13815b29903964d6bdc93d
BLAKE2b-256 d55bfbd7aac30f5a025a8605db56cf421c9df4ca1ce904ed619d64c7b73839d4

See more details on using hashes here.

File details

Details for the file python_keystoneclient-2.3.0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for python_keystoneclient-2.3.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 14acdf9c8f1998bb2cedc7aa6e27dc08ae67d5922e95808b8f5ba0690f86de1a
MD5 b5af738219d3ebfe692e06e7697c43ee
BLAKE2b-256 a5bf0a664bb75ed9c4b93e7a9c3fc7090e1dc3e284e02fb2eff23b53481ed47c

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page