Merge "[Trivial] Fix typo of exception error message"

This commit is contained in:
Zuul 2025-03-27 20:25:24 +00:00 committed by Gerrit Code Review
commit f4d892250b

View File

@ -526,7 +526,7 @@ class ServiceUnavailable(IronicException):
class Forbidden(IronicException):
_msg_fmt = _("Requested OpenStack Images API is forbidden")
_msg_fmt = _("Requested OpenStack Baremetal API is forbidden")
# TODO(dtantsur): leave only one variant