Merge "remove extra'_' and space"

This commit is contained in:
Zuul
2018-08-02 08:19:58 +00:00
committed by Gerrit Code Review

View File

@@ -150,7 +150,7 @@ class ResourceNotFound(ObjectNotFound):
class InvalidParameter(Invalid): class InvalidParameter(Invalid):
msg_fmt = _("%(parameter)s has to be of type %(parameter_type)s") msg_fmt = _("%(parameter)s has to be of type %(parameter_type)s")
class InvalidIdentity(Invalid): class InvalidIdentity(Invalid):
@@ -514,9 +514,9 @@ class NegativeLimitError(WatcherException):
class NotificationPayloadError(WatcherException): class NotificationPayloadError(WatcherException):
_msg_fmt = _("Payload not populated when trying to send notification " msg_fmt = _("Payload not populated when trying to send notification "
"\"%(class_name)s\"") "\"%(class_name)s\"")
class InvalidPoolAttributeValue(Invalid): class InvalidPoolAttributeValue(Invalid):
msg_fmt = _("The %(name)s pool %(attribute)s is not integer") msg_fmt = _("The %(name)s pool %(attribute)s is not integer")