Skip to main content

Client Library for OpenStack Identity

Project description

Latest Version Downloads

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.

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.7.0.tar.gz (297.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

python_keystoneclient-3.7.0-py2.py3-none-any.whl (368.5 kB view details)

Uploaded Python 2Python 3

File details

Details for the file python-keystoneclient-3.7.0.tar.gz.

File metadata

File hashes

Hashes for python-keystoneclient-3.7.0.tar.gz
Algorithm Hash digest
SHA256 8d1cb531d8213876819e48549e05b3a058aebbe3ed1d7a890f1079efe95d3fe3
MD5 aef1e1abcc61f634b6e2c8af5c9cbf8e
BLAKE2b-256 f48b57edf309cf9cd76a4c890e798f15ff0f5715ccd55451eb078ae880887d7a

See more details on using hashes here.

File details

Details for the file python_keystoneclient-3.7.0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for python_keystoneclient-3.7.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 f0d8e1fd23daba9a84f4c182dd8b9fba5ca1a56d40416e6f72c5ec192a60a541
MD5 14745e66359052033f4a324169f5bd9a
BLAKE2b-256 b94afabcbf1814240bfee1d2d0f51bd1fd8cf3d7349753c49387dd31084b2148

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page