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:
# use v2.0 auth with http://example.com:5000/v2.0 >>> from keystoneclient.v2_0 import client >>> keystone = client.Client(username=USERNAME, password=PASSWORD, tenant_name=TENANT, auth_url=AUTH_URL) >>> keystone.tenants.list() >>> tenant = keystone.tenants.create(tenant_name="test", description="My new tenant!", enabled=True) >>> tenant.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-1.8.1.tar.gz
(356.5 kB
view hashes)
Built Distribution
Close
Hashes for python-keystoneclient-1.8.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4429b973fc45636d1f7117791d930391a432b4d0db76eafb75f918a8e6d68cf0 |
|
MD5 | 2b9d765158d169fa440e630976f1c854 |
|
BLAKE2b-256 | 7f124d032d7e5c5c0a645e5b8f3ac262dfcf399c1b4aa0906db91afba84620c7 |
Close
Hashes for python_keystoneclient-1.8.1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6835a58e0a533947fca317fff487f040af5fbc1d7b78c75d9f812c09b0307740 |
|
MD5 | 6e15a0bcbb7152278c302495bc5889af |
|
BLAKE2b-256 | be067ba6ebf81d93852f1228cc1aaf66e75f8b613e4821516ce5aea1538db049 |