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.1.2.tar.gz
(321.4 kB
view hashes)
Built Distribution
Close
Hashes for python-keystoneclient-2.1.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8f4a251c574e93a51302bf2af4985cbdefe1919d821de7614e303bcbcd2bce78 |
|
MD5 | 1a206b838ae0f8b7f63d8933a5e7e7ab |
|
BLAKE2b-256 | 1a65e3d6934550da748bbaa5a04a7b144297252ca738de770d456b7d65274704 |
Close
Hashes for python_keystoneclient-2.1.2-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 86ae797dcfe2c40cc40887376f04e0ca9390aab4cff997e6fb8e98a69678006b |
|
MD5 | 5b232f4eeb8532f95c0f4bf014bd8726 |
|
BLAKE2b-256 | e3ab0abfbc5e6818e371df749739bd91d0325a0c3e6f3562bdf6f785046eec2b |