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.21.0.tar.gz
(318.1 kB
view hashes)
Built Distribution
Close
Hashes for python-keystoneclient-3.21.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1a34aa80bc65bbe9b3beb24df317e773d98a270cdd53a307fd5c00cfa833ea0e |
|
MD5 | 1ef1a8fef23b9adfd30ea1f157304775 |
|
BLAKE2b-256 | e813adef3f40d41fb8258f65b81d37adeff48109af7d95ae351457786509922e |
Close
Hashes for python_keystoneclient-3.21.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0825eed18fb854b0bd106b45adff227ee01d0315462b1e66c63278e878e35c87 |
|
MD5 | 134c49eec2d2a79eedd6682509c88670 |
|
BLAKE2b-256 | c005f92b18b6591aa5bdae4a9245a940c1c046bca74438f0460d6371bd8c3ccb |