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.17.0.tar.gz
(308.3 kB
view hashes)
Built Distribution
Close
Hashes for python-keystoneclient-3.17.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7fb770e194760fa3508e758e6ad316fc55d5b4ff97aa688867ef50f62f687624 |
|
MD5 | b87251c0b4a1113a484af6b95564c66e |
|
BLAKE2b-256 | f0b4f918f4873f1a3d4f7a00e874cddcc1bb67dc5ec1ce58166d96d42738d8fe |
Close
Hashes for python_keystoneclient-3.17.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 55a54f55f6fd46a0d4d2066efe62dd7cf3fea6353ff0b5fee1a742f531cd2577 |
|
MD5 | 3746e2ca9f3df46e0d400c7e037f2a3c |
|
BLAKE2b-256 | b1bfc3577dc6f66adc29e573ef31cb348e234059224fae9200b40612b4ab56ce |