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.11.0.tar.gz
(298.3 kB
view hashes)
Built Distribution
Close
Hashes for python-keystoneclient-3.11.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | dfe8626aacf087ee6fee31a37b98aa8f998902461c34651fb32349ef43b0a5b5 |
|
MD5 | 3b8b169ce1e9a9dc7fae2cb886b82b79 |
|
BLAKE2b-256 | c7f64e156104f8680ac370df6057470ae1b266ffc398029eedd8ee9c6707ab4e |
Close
Hashes for python_keystoneclient-3.11.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 904034a0f3e587f65ab10b7cfdb585919e8b6a136ee91361b9b48d47646b441a |
|
MD5 | a9470089d00f890b2bee090ae557d9f5 |
|
BLAKE2b-256 | 034864d4b2f2f86f49a04efe64adb51b1ac23c2d48ce25ae8c799dcee9ba6f7d |