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-5.3.0.tar.gz
(324.8 kB
view hashes)
Built Distribution
Close
Hashes for python-keystoneclient-5.3.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | bc5e7719f4156425dec77d75c3a79918e3d0b519378a16d8d7efa8849e4c2a79 |
|
MD5 | 6aa51dbce4db97c17aaf278b8baa6b8e |
|
BLAKE2b-256 | b17c8eeff2659a281a9eaf66bf1c754268cdea71510ef4d2a757fcf5ce312a11 |
Close
Hashes for python_keystoneclient-5.3.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c7e867e41499020fcb27c49e88ec07a59c8d9c59a7a339ecc2d9d4807e970ac7 |
|
MD5 | 194edb6da3fc0b00b3ec3decbc7e5d09 |
|
BLAKE2b-256 | 816f23539337528a2dfd5700f216b1cb1eb04046c8b0686f0a09614f4899b91c |