Merge "Add support version in exception output"

This commit is contained in:
Zuul 2018-06-14 22:51:03 +00:00 committed by Gerrit Code Review
commit 1df5414618
1 changed files with 2 additions and 1 deletions

View File

@ -155,7 +155,8 @@ class OrphanedObjectError(VersionedObjectsException):
class IncompatibleObjectVersion(VersionedObjectsException):
msg_fmt = _('Version %(objver)s of %(objname)s is not supported')
msg_fmt = _('Version %(objver)s of %(objname)s is not supported, '
'supported version is %(supported)s')
class ReadOnlyFieldError(VersionedObjectsException):