add release notes for deprecated auth bits

Change-Id: I95ff3940b35d09fd747c49baff69dc7a12451309
This commit is contained in:
Steve Martinelli
2016-02-11 23:01:31 -05:00
parent 80039aaf58
commit 1a84e24fa4

View File

@@ -0,0 +1,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>`_].