[Trivial] Fix typo of exception error message
Change-Id: Ib3b285ff63c5ab10239954f68080f4ceb5292f1d
This commit is contained in:
parent
b44cce176f
commit
55c0a060cd
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user