Commit with test data in migration.

This commit is contained in:
Brian Lamar
2011-08-24 10:59:12 -04:00
parent 657e58113d
commit 8b3ac90bd5
3 changed files with 148 additions and 19 deletions

View File

@@ -318,6 +318,9 @@ class InvalidEc2Id(Invalid):
class NotFound(NovaException):
message = _("Resource could not be found.")
def __init__(self, *args, **kwargs):
super(NotFound, self).__init__(**kwargs)
class FlagNotSet(NotFound):
message = _("Required flag %(flag)s not set.")