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.9.0.tar.gz
(298.6 kB
view details)
Built Distribution
File details
Details for the file python-keystoneclient-3.9.0.tar.gz
.
File metadata
- Download URL: python-keystoneclient-3.9.0.tar.gz
- Upload date:
- Size: 298.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e5ad72c866f094a230e471c2e1149b1b4bb0eaaf2469a2c8fa45b005c1d93b3a |
|
MD5 | 440b81fd188b2b697f96941c61bd1648 |
|
BLAKE2b-256 | a66903a3121c0eb2017c44a41762e6c9671dc49006598f9502614f26563a158e |
Provenance
File details
Details for the file python_keystoneclient-3.9.0-py2.py3-none-any.whl
.
File metadata
- Download URL: python_keystoneclient-3.9.0-py2.py3-none-any.whl
- Upload date:
- Size: 369.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 808b273573df7895d0fbcfe1eecf04af61353e565675dad43cb12afa9518c0d6 |
|
MD5 | 48a6af4172292f609f03cb4e326a8736 |
|
BLAKE2b-256 | f9b8bcb02d7f75b14e386407ce2694a1f2efdc44cc6f1a89105c7aa9afd73bf9 |