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.14.0.tar.gz
(304.2 kB
view hashes)
Built Distribution
Close
Hashes for python-keystoneclient-3.14.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 88b881d4316dd0a21724c7c123e6e3ed055b59a7aae4c703c7e2e47f64f9d2f2 |
|
MD5 | 36009d8578aa245bffb5aa6b6c5db45c |
|
BLAKE2b-256 | 33d449070b0051e9ca47db25f6a8bb40eb13becad86f2de0315eabdcefd80e9e |
Close
Hashes for python_keystoneclient-3.14.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3e52c48214e76f8c5bc1897104cd11ffe223919fe3c6c0d7f3c6c1326e789202 |
|
MD5 | 648babf1335a0e83e0c6966fd2852a42 |
|
BLAKE2b-256 | 8aa5a33e9bf189908decaa128988b993844fe7f4a4c00076a53d0cf686b2bfac |