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-2.2.0.tar.gz
(320.9 kB
view hashes)
Built Distribution
Close
Hashes for python-keystoneclient-2.2.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | b2cbe8e0fcbabc4b20c88c02ad80a876e83cc986f6d11cb5d82f41455e7e8f1c |
|
MD5 | 8b1b6aab32f5c6e60faadbe12ecde11b |
|
BLAKE2b-256 | 1ec95f59c5a382a445ac813423ed08296573193c764cfa5bc56b3536e48c3914 |
Close
Hashes for python_keystoneclient-2.2.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f2b2dfddc6133b3ad29e5f720e9bd2ee962b74e1d75cb896b7a11ac539e1558f |
|
MD5 | 366d38704180e7553a66158e8278b044 |
|
BLAKE2b-256 | 372d4ecd2d9712016958dbfe9d21d7674f4f8fd16552b170f9ff64a4bce21389 |