Comment 5 for bug 1921927

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to manila (stable/wallaby)

Reviewed: https://review.opendev.org/c/openstack/manila/+/799982
Committed: https://opendev.org/openstack/manila/commit/113dc2878a0d72c22822bfeee933a6511c3e2dbf
Submitter: "Zuul (22348)"
Branch: stable/wallaby

commit 113dc2878a0d72c22822bfeee933a6511c3e2dbf
Author: Goutham Pacha Ravi <email address hidden>
Date: Tue Mar 30 09:13:08 2021 -0700

    Handle service client authorization errors

    Authorization errors when connecting
    to nova/glance/neutron/cinder can be raised as
    BadConfigurationExceptions in the logs. We shouldn't
    be raising exceptions derived from the service client
    libraries.

    Change-Id: I2d47dbb1251dfa8d529f813724fb7fd97d7d3a0b
    Closes-Bug: #1921927
    Signed-off-by: Goutham Pacha Ravi <email address hidden>
    (cherry picked from commit 04e06968fd7990adac9eb92a885af557a8acc772)