Merge "Inherit InvalidImageRef from InvalidParameterValue"

This commit is contained in:
Zuul 2021-05-05 12:21:01 +00:00 committed by Gerrit Code Review
commit b2449bf2c4
1 changed files with 1 additions and 1 deletions

View File

@ -386,7 +386,7 @@ class ImageNotAuthorized(NotAuthorized):
_msg_fmt = _("Not authorized for image %(image_id)s.")
class InvalidImageRef(Invalid):
class InvalidImageRef(InvalidParameterValue):
_msg_fmt = _("Invalid image href %(image_href)s.")