Skip to main content

Client Library for OpenStack Identity

Project description

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

This version

1.7.2

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-1.7.2.tar.gz (356.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-1.7.2-py2.py3-none-any.whl (430.7 kB view details)

Uploaded Python 2Python 3

File details

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

File metadata

File hashes

Hashes for python-keystoneclient-1.7.2.tar.gz
Algorithm Hash digest
SHA256 d862183e0e53e7d0696a71ad9b6a9ff9f96b7f445564357de722604ca14fd6d2
MD5 1a93c70c67110ff09d3fdccae85de9cb
BLAKE2b-256 c694f57597c2362915b4bf937f9bae174ba6e670a99e12afa25d615a6dad3395

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for python_keystoneclient-1.7.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 01700f1a304a595036b11d27e15b0234ca68e2aca8ce0befb858a6a5de241373
MD5 1cc1a9cfdf98b4c0df16c9e3d164df3d
BLAKE2b-256 820e0d630e72c5f5aaf29c9ace67431b25965dc528a28fc23b65ba6ac19e5381

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