Merge "Fix missing value types for log message"
This commit is contained in:
@@ -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):
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user