python-keystoneclient 1:4.0.0-0ubuntu1 source package in Ubuntu

Changelog

python-keystoneclient (1:4.0.0-0ubuntu1) focal; urgency=medium

  * New upstream release for OpenStack Ussuri.

 -- Corey Bryant <email address hidden>  Thu, 16 Apr 2020 10:48:26 -0400

Upload details

Uploaded by:
Corey Bryant
Uploaded to:
Focal
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release main python

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-keystoneclient_4.0.0.orig.tar.gz 306.5 KiB 6d93efd494b43d8b4cd8a62281c82d3f02aa531c5523e6bbe7d696e37bc77ba8
python-keystoneclient_4.0.0-0ubuntu1.debian.tar.xz 28.7 KiB 7caf6dddf18a8c5876e6bd633057c31580ee545bad1cc9dc8e414e4791860d31
python-keystoneclient_4.0.0-0ubuntu1.dsc 3.5 KiB 0cca506abaf0983fa07d3bb515d8ffef01aeefb476f6d9ccf5a171fc9867df04

View changes file

Binary packages built by this source

python-keystoneclient-doc: No summary available for python-keystoneclient-doc in ubuntu groovy.

No description available for python-keystoneclient-doc in ubuntu groovy.

python3-keystoneclient: client library for the OpenStack Keystone API - Python 3.x

 This is the identity service used by OpenStack for authentication (authN)
 and high-level authorization (authZ). It currently supports token-based
 authN with user/service authZ, and is scalable to support OAuth, SAML,
 and OpenID in future versions. Out of the box, Keystone uses SQLite for
 its identity store database, with the option to connect to external LDAP.
 .
 This is a client for the OpenStack Keystone API. There's a Python API
 (the "keystoneclient" module), and a command-line script ("keystone").
 .
 Installing this package gets you a shell command, that you can use to
 interact with Keystone's API. Note that the "keystone" command line is
 currently deprecated in favor of the "openstack" one available within
 the "python3-openstackclient" package.
 .
 This package contains the Python 3.x module.