[release-announce] python-keystoneclient 3.17.0 (rocky)

no-reply at openstack.org no-reply at openstack.org
Wed Jun 20 23:21:05 UTC 2018


We high-spiritedly announce the release of:

python-keystoneclient 3.17.0: Client Library for OpenStack Identity

This release is part of the rocky release series.

The source is available from:

    https://git.openstack.org/cgit/openstack/python-keystoneclient

Download the package from:

    https://pypi.org/project/python-keystoneclient

Please report issues through launchpad:

    https://bugs.launchpad.net/python-keystoneclient

For more details, please see below.

3.17.0
^^^^^^

New Features

* Added support for managing project-specific limits. The "POST" API
  for limits in keystone supports batch creation, but the client
  implementation does not. Creation for limits using the client must
  be done one at a time.

* Added support for managing registered limits. The "POST" API for
  registered limits in keystone supports batch creation, but the
  client implementation does not. Creation of registered limits using
  the client must be done one at a time.

Changes in python-keystoneclient 3.16.0..3.17.0
-----------------------------------------------

650716d Add support for project-specific limits
0b9a7b0 Add support for registered limits
f2d3fec Fix python3 test compat
a019108 fix tox python3 overrides
ba7f121 Remove PyPI downloads
c68c272 fix a typo in docstring
20a2f2f Trivial: Update pypi url to new url


Diffstat (except docs and test files)
-------------------------------------

README.rst                                         |  10 +-
keystoneclient/contrib/auth/v3/saml2.py            |   2 +-
keystoneclient/v3/client.py                        |  13 ++
keystoneclient/v3/limits.py                        | 148 +++++++++++++++++++
keystoneclient/v3/registered_limits.py             | 158 +++++++++++++++++++++
.../add-support-for-limits-6f883d6d3054a500.yaml   |   6 +
...ort-for-registered-limits-d83b888ea65a614b.yaml |   7 +
tox.ini                                            |   8 ++
11 files changed, 498 insertions(+), 9 deletions(-)







More information about the Release-announce mailing list