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.1.0.tar.gz
(325.2 kB
view hashes)
Built Distribution
Close
Hashes for python-keystoneclient-5.1.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | ba09bdfeafa2a2196450a327cd3f46f2a8a9dd9d21b838f8cb9b17a99740c6a1 |
|
MD5 | 11ed4119004ba511e616afd75411a4d4 |
|
BLAKE2b-256 | bb57f59abb588eb28c1b5a8432e3163a2135183672e2dceb747aed0b26f3db01 |
Close
Hashes for python_keystoneclient-5.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9c2e0b1700f553ca625e987f4cd8ef62d7a27ad88c5104e96e16904d2ae1d918 |
|
MD5 | 1a637a14f330a7d857209b805695370d |
|
BLAKE2b-256 | 87b129a005e387db31a21c2ebf4970de5f2d363ce285645c70530dd503c0d4f5 |