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.4.0.tar.gz
(296.5 kB
view hashes)
Built Distribution
Close
Hashes for python-keystoneclient-3.4.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | b63111c5102a8a70561d8fcb3848da0261a146098e7667175e595cadd4a12dd6 |
|
MD5 | 2244339ee8dd357cc24858526f45f40d |
|
BLAKE2b-256 | 68b89304887319ea3f38b6921586413d213f85990ea0d9f6c0bdfee254ccc8a9 |
Close
Hashes for python_keystoneclient-3.4.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2154d832195acc75fb67cec4be2a4e76ddfdb7d264b27edc8999ce4053973ddf |
|
MD5 | 58a245a6afee9337d833d2949ce84ef9 |
|
BLAKE2b-256 | ebe94c71c3d664ee537d20e9c34dbc1b7db42492ab7b88166e424d80796a4095 |