summaryrefslogtreecommitdiff
path: root/releasenotes/notes/deprecated_auth-d2a2bf537bdb88d3.yaml
blob: 82a723dc62a593bfad80c133febb0e73ead3a2e0 (plain)
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>`_].