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.5.0.tar.gz
(299.8 kB
view hashes)
Built Distribution
Close
Hashes for python-keystoneclient-3.5.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5a1c7f3902193c620e398c4655b7d363a7fabdb286e549fccf99ae84ed1612dd |
|
MD5 | d6361f0b6400c584f7cadea1add5f195 |
|
BLAKE2b-256 | f1bd0bcd736b3c73c4c72b93eb898469e726f7b8c24832b68a2eb72358db14d5 |
Close
Hashes for python_keystoneclient-3.5.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f2867fd8ec919a2ad3c0fe6e31ce1d8917714a0331c5b2e518366e820470719f |
|
MD5 | 96db05517e789c201a76f55d44c4b492 |
|
BLAKE2b-256 | 8820bfd679b498ed13a35a452832cde695e5ef14a5deb9b10e5d202c9bfae4ba |