Client Library for OpenStack Identity
Project description
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.2.0.tar.gz
(292.8 kB
view hashes)
Built Distribution
Close
Hashes for python-keystoneclient-3.2.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 367208778d551c4710637aad037d493268a62dcc5492c21e071f2ffa5d65e530 |
|
MD5 | 00a2e9a015ed69ddb30174cd59a94d7a |
|
BLAKE2b-256 | 2f1add07b3378daf6061b1125ddfe02d006bfb219a0fe4f3c8135dd4ceb05e15 |
Close
Hashes for python_keystoneclient-3.2.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 146d618937a0e1672883af83311f872f31cbd5ecd2beaacc22fd0d2a5b3e87cc |
|
MD5 | 0ac5cd56aa2fedc97d12e12df3f58cc0 |
|
BLAKE2b-256 | 794c41568dd6e9b1f59532ebc2e8c54d9419c38cb2caea692a05393956695da4 |