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.7.1.tar.gz
(354.8 kB
view details)
Built Distribution
File details
Details for the file python-keystoneclient-1.7.1.tar.gz
.
File metadata
- Download URL: python-keystoneclient-1.7.1.tar.gz
- Upload date:
- Size: 354.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8457fb65cc88ce009bf757643a27ac00fd5805c7f42d56743d1b6dfc26861e79 |
|
MD5 | c11e2bcbd426c845c75939e873794d5d |
|
BLAKE2b-256 | b4783e73abf0db57eb7f97fbb6f7d52e478b1a433f5725efd0a545da89b518c6 |
Provenance
File details
Details for the file python_keystoneclient-1.7.1-py2.py3-none-any.whl
.
File metadata
- Download URL: python_keystoneclient-1.7.1-py2.py3-none-any.whl
- Upload date:
- Size: 430.2 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1d6303803d4a06a1abb56913ba250e4240cc69e7cfa7733d94e730606f941f33 |
|
MD5 | c141dfde042f1e47381524e25e6715b3 |
|
BLAKE2b-256 | 19f651ee4b6b1264d78a9701700ee7979e573df23be01dbd8391099ba1785f22 |