This is an automated email from the ASF dual-hosted git repository. tomaz pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/libcloud.git
commit 46454a36cff481e5264f075209f4142f7b27b007 Author: Dan Peschman <[email protected]> AuthorDate: Fri Oct 22 10:14:57 2021 -0700 add upgrade note for exception message change in libcloud/common/openstack_identity.py:691 --- docs/upgrade_notes.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/upgrade_notes.rst b/docs/upgrade_notes.rst index ac30b81..f36b1b3 100644 --- a/docs/upgrade_notes.rst +++ b/docs/upgrade_notes.rst @@ -5,6 +5,16 @@ This page describes how to upgrade from a previous version to a new version which contains backward incompatible or semi-incompatible changes and how to preserve the old behavior when this is possible. +Libcloud 3.3.2 +-------------- + +* Exception message changed in OpenStack drivers + + Attempting to use an identity API that requires authentication without an + authentication token raises a ValueError. The exception message used to be + "Not to be authenticated to perform this request", but has now been changed + to "Need to be authenticated to perform this request". + Libcloud 3.3.0 --------------
