File: deprecated_auth-d2a2bf537bdb88d3.yaml

package info (click to toggle)
python-keystoneclient 1%3A5.0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,532 kB
  • sloc: python: 22,085; sh: 171; xml: 149; makefile: 98
file content (12 lines) | stat: -rw-r--r-- 743 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
---
deprecations:
  - >
    [`blueprint deprecate-to-ksa <https://blueprints.launchpad.net/python-keystoneclient/+spec/deprecate-to-ksa>`_]
    Several modules related to authentication in keystoneclient have been
    deprecated in favor of [`keystoneauth <https://docs.openstack.org/keystoneauth/latest/>`_]
    These modules include: ``keystoneclient.session``, ``keystoneclient.adapter``,
    ``keystoneclient.httpclient``, ``keystoneclient.auth.base``,
    ``keystoneclient.auth.cli``, ``keystoneclient.auth.conf``,
    ``keystoneclient.auth.identity.base``, and ``keystoneclient.auth.token_endpoint``.
    Tips for migrating to `keystoneauth` have been
    [`documented <https://docs.openstack.org/keystoneauth/latest/migrating.html>`_].