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.
PyPi - package installation
Launchpad project - release management
Blueprints - feature specifications
Bugs - issue tracking
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.3.tar.gz
(355.6 kB
view hashes)
Built Distribution
Close
Hashes for python-keystoneclient-1.7.3.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 805a317c92cd8700a4733ee80f383b2187de75aeb8e9895015799628df97c68f |
|
MD5 | 0edc29eaa23ef21bfc42833e3c66700d |
|
BLAKE2b-256 | 79bb82be40ffd7ac6436625632c2186c2d226bdd51fda6be232ae296f694c394 |
Close
Hashes for python_keystoneclient-1.7.3-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c8fdebfbadb3f89477c3f4d2bcfae2a6ab3922215db666e9d917359a867d2b2c |
|
MD5 | ff3793670652cfb2979ab983e85fe88b |
|
BLAKE2b-256 | f6eb5e655af8bc95b007534649714d7d7ca967115f88e597a28c6c65a9b96167 |