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.2.tar.gz
(356.1 kB
view hashes)
Built Distribution
Close
Hashes for python-keystoneclient-1.7.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | d862183e0e53e7d0696a71ad9b6a9ff9f96b7f445564357de722604ca14fd6d2 |
|
MD5 | 1a93c70c67110ff09d3fdccae85de9cb |
|
BLAKE2b-256 | c694f57597c2362915b4bf937f9bae174ba6e670a99e12afa25d615a6dad3395 |
Close
Hashes for python_keystoneclient-1.7.2-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 01700f1a304a595036b11d27e15b0234ca68e2aca8ce0befb858a6a5de241373 |
|
MD5 | 1cc1a9cfdf98b4c0df16c9e3d164df3d |
|
BLAKE2b-256 | 820e0d630e72c5f5aaf29c9ace67431b25965dc528a28fc23b65ba6ac19e5381 |