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.0.0.tar.gz
(325.2 kB
view hashes)
Built Distribution
Close
Hashes for python-keystoneclient-5.0.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0f50da33bf20b55acfc59d4f9460fa2efc1be15fd05ec3f23674d03eba2bea3f |
|
MD5 | 0f608337e8c1d9be3d0b5681dc3c2d4a |
|
BLAKE2b-256 | 621242750f9f0f7d16cd1434c07108244750e760884e359b4c3dd6461a286c7f |
Close
Hashes for python_keystoneclient-5.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f650d3fbe94b069bba0aafd07fc2681c62263acddc2a57bb7fddb42d2b1ef5f4 |
|
MD5 | fe132cef83c1a03f2650d94cc70fc033 |
|
BLAKE2b-256 | 0bdac4a6fbf2d3fcfe9b17b6d0746fca1924b21b9720cf8f3eb0584196a1e797 |