File: deprecated_auth-d2a2bf537bdb88d3.yaml

package info (click to toggle)
python-keystoneclient 1%3A3.2.0-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,192 kB
  • ctags: 2,743
  • sloc: python: 19,347; sh: 192; xml: 149; makefile: 119
file content (12 lines) | stat: -rw-r--r-- 747 bytes parent folder | download | duplicates (2)
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 <http://docs.openstack.org/developer/keystoneauth/>`_]
    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 <http://docs.openstack.org/developer/keystoneauth/migrating.html>`_].