Fix missing value types for log message

This patch add missing value types for some log message of exception.

Change-Id: Id40bf63134bef5e5156b4b690b9de050ccfcd02e
Closes-Bug: #1494574
This commit is contained in:
mathspanda 2015-09-11 19:37:09 +08:00
parent 6a243c2326
commit 9a210688ac
2 changed files with 2 additions and 2 deletions

View File

@ -444,7 +444,7 @@ class RequiredParameterNotProvided(MagnumException):
class Urllib2InvalidScheme(MagnumException):
message = _("The urllib2 URL %(url) has an invalid scheme.")
message = _("The urllib2 URL %(url)s has an invalid scheme.")
class OperationInProgress(Invalid):

View File

@ -308,7 +308,7 @@ msgid "Required parameter %(heat_param)s not provided."
msgstr ""
#: magnum/common/exception.py:444
msgid "The urllib2 URL %(url) has an invalid scheme."
msgid "The urllib2 URL %(url)s has an invalid scheme."
msgstr ""
#: magnum/common/exception.py:448