Client Library for OpenStack Identity
Project description
Python bindings to the OpenStack Identity API (Keystone)
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:
>>> from keystoneauth1.identity import v3 >>> from keystoneauth1 import session >>> from keystoneclient.v3 import client >>> auth = v3.Password(auth_url="http://example.com:5000/v3", username="admin", ... password="password", project_name="admin", ... user_domain_id="default", project_domain_id="default") >>> sess = session.Session(auth=auth) >>> keystone = client.Client(session=sess) >>> keystone.projects.list() [...] >>> project = keystone.projects.create(name="test", description="My new Project!", domain="default", enabled=True) >>> project.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-3.16.0.tar.gz
(306.4 kB
view hashes)
Built Distribution
Close
Hashes for python-keystoneclient-3.16.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0658240b39cced18784c8c4c0bed24d42f06c048103b397a55992a9e0da01c4a |
|
MD5 | 7c79dd3a6f4fe62341689b6afe8ea29b |
|
BLAKE2b-256 | 172f87f6c87a9c2f935bcc45f3c3c60275e5ce297ce36a89af46d3d6f5c1c00a |
Close
Hashes for python_keystoneclient-3.16.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | bd75fda996d6c65b910fdd81f38b8b9e6724f7774564939775d88d6bf30dc6ef |
|
MD5 | 84b8da0d51a40e806ebb4dcbfbd2603a |
|
BLAKE2b-256 | f526c21d9632e6892dfc23b5315e0221dba8b05b62d15d7488489a4b3953e854 |