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.1.tar.gz
(320.5 kB
view hashes)
Built Distribution
Close
Hashes for python-keystoneclient-2.1.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9778aaccd142acbd545647d173aa66f3ef092bf579d43b95bc9550fbd6d7bf38 |
|
MD5 | 48f0e77b0d4e2faf4fb5a618fb447d03 |
|
BLAKE2b-256 | 12de336141c09eb3868b240faea134324bbbe28c087804992a15aef243acacbc |
Close
Hashes for python_keystoneclient-2.1.1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a59cd5e8685630fb50f7a383d0ce4a736e49925f9bfdce3d406fcd0523a0c8af |
|
MD5 | 1724778b4e9875aa52c5597688e76142 |
|
BLAKE2b-256 | 5f608c15bc3cf03fee43678bdbd672291b5715ba2535767cea804819fd9c00e3 |