Merge "Missed message -> msg_fmt conversion"

This commit is contained in:
Jenkins
2013-07-23 07:28:59 +00:00
committed by Gerrit Code Review
+1 -1
View File
@@ -894,7 +894,7 @@ class CellError(NovaException):
class CellsUpdateUnsupported(NovaException):
message = _("Cannot update cells configuration file.")
msg_fmt = _("Cannot update cells configuration file.")
class InstanceUnknownCell(NotFound):