summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-02-12 09:25:48 +0000
committerGerrit Code Review <review@openstack.org>2016-02-12 09:25:48 +0000
commitaeb69f3b6d8f35cd4956e1fe03d1ef9b2cd69bf0 (patch)
tree9e37694fbd462f5d4f5ce78be4655cb0d23a5be3
parent9fa98872cc7b4390bdefb5ae1ced0ef7c383061c (diff)
parent1a84e24fa4ce6d3169b59e385f35b2a63f2257f0 (diff)
downloadpython-keystoneclient-aeb69f3b6d8f35cd4956e1fe03d1ef9b2cd69bf0.tar.gz
Merge "add release notes for deprecated auth bits"2.2.0
-rw-r--r--releasenotes/notes/deprecated_auth-d2a2bf537bdb88d3.yaml12
1 files changed, 12 insertions, 0 deletions
diff --git a/releasenotes/notes/deprecated_auth-d2a2bf537bdb88d3.yaml b/releasenotes/notes/deprecated_auth-d2a2bf537bdb88d3.yaml
new file mode 100644
index 0000000..82a723d
--- /dev/null
+++ b/releasenotes/notes/deprecated_auth-d2a2bf537bdb88d3.yaml
@@ -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>`_].