diff --git a/releasenotes/notes/deprecated_auth-d2a2bf537bdb88d3.yaml b/releasenotes/notes/deprecated_auth-d2a2bf537bdb88d3.yaml new file mode 100644 index 000000000..82a723dc6 --- /dev/null +++ b/releasenotes/notes/deprecated_auth-d2a2bf537bdb88d3.yaml @@ -0,0 +1,12 @@ +--- +deprecations: + - > + [`blueprint deprecate-to-ksa `_] + Several modules related to authentication in keystoneclient have been + deprecated in favor of [`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 `_].