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-4.1.1.tar.gz
(316.9 kB
view hashes)
Built Distribution
Close
Hashes for python-keystoneclient-4.1.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | f7054da3b5b27122059a7eea6868e5cfa45c9b58facd51aa51bceeceb14c205c |
|
MD5 | 9e9e8ebf80c4e1ca7788c52af1718cae |
|
BLAKE2b-256 | e45c1aa3e418570830e77cfbf895f6feae570972b4511ea6f217438f6bc06c09 |
Close
Hashes for python_keystoneclient-4.1.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b630e10dd5cc7b173109bf394874843e771759e231ced74b082838771151fc88 |
|
MD5 | 96448450d3ddcfb6d5e74bd60b3b81e6 |
|
BLAKE2b-256 | 945bcc19d0360a0a9431f9b5a9da2a9b20edbaed26841f1b743ea9b07a2e4418 |