summaryrefslogtreecommitdiff
path: root/releasenotes/notes/bp-use-keystoneauth-e12f300e58577b13.yaml
blob: 04eb2b968da1a15479189c98b0741d6b70e14f18 (plain)
1
2
3
4
5
6
7
8
9
10
11
---
prelude: >
    Switch to using keystoneauth for session and auth plugins.
other:
  - >
    [`bp use-keystoneauth <https://blueprints.launchpad.net/python-glanceclient/+spec/use-keystoneauth>`_]
    As of keystoneclient 2.2.0, the session and auth plugins code has
    been deprecated. These modules have been moved to the keystoneauth
    library. Consumers of the session and plugin modules are encouraged
    to move to keystoneauth. Note that there should be no change to
    end users of glanceclient.