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.4.tar.gz
(356.6 kB
view hashes)
Built Distribution
Close
Hashes for python-keystoneclient-1.7.4.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0bcf562831c4552851f1fa5562f068efd339186a746baae1786498917dc78803 |
|
MD5 | f89be29670f8d08a46d561cc04ee744e |
|
BLAKE2b-256 | 16796d3d291160ee29b363e3ff5093cdd9c17cce5a6bfc0d41fb38f9429989ce |
Close
Hashes for python_keystoneclient-1.7.4-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b040779ccca4652de3bb876ad960790c25cb24c91ea32b47aaa0a59685129b41 |
|
MD5 | 90d55c8a625c980610819faae3dcceaf |
|
BLAKE2b-256 | 8b063b29fe8ea7e7964f408440ffcab34fa9494a5e1f95c65c0345dee9a878f7 |