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

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.1.tar.gz (354.8 kB view details)

Uploaded Source

Built Distribution

python_keystoneclient-1.7.1-py2.py3-none-any.whl (430.2 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

File hashes

Hashes for python-keystoneclient-1.7.1.tar.gz
Algorithm Hash digest
SHA256 8457fb65cc88ce009bf757643a27ac00fd5805c7f42d56743d1b6dfc26861e79
MD5 c11e2bcbd426c845c75939e873794d5d
BLAKE2b-256 b4783e73abf0db57eb7f97fbb6f7d52e478b1a433f5725efd0a545da89b518c6

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for python_keystoneclient-1.7.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 1d6303803d4a06a1abb56913ba250e4240cc69e7cfa7733d94e730606f941f33
MD5 c141dfde042f1e47381524e25e6715b3
BLAKE2b-256 19f651ee4b6b1264d78a9701700ee7979e573df23be01dbd8391099ba1785f22

See more details on using hashes here.

Provenance

Supported by

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