diff options
| author | Todd Willey <todd@ansolabs.com> | 2011-06-23 14:07:00 -0400 |
|---|---|---|
| committer | Todd Willey <todd@ansolabs.com> | 2011-06-23 14:07:00 -0400 |
| commit | ef140fe4bd190e4419a523f2a1a3bad5e867e2cf (patch) | |
| tree | 893704ab2629bee040073b3ee932cb7888229b35 /nova/exception.py | |
| parent | d1b6ebb4009e13ac2cf2309275a66a634e4f9171 (diff) | |
| parent | 203f3f85b6d66735f52013cbe5a736ef82d7a083 (diff) | |
Merge provider-fw-rules.
Diffstat (limited to 'nova/exception.py')
| -rw-r--r-- | nova/exception.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nova/exception.py b/nova/exception.py index 1571dd032..f3a452228 100644 --- a/nova/exception.py +++ b/nova/exception.py @@ -585,3 +585,7 @@ class InstanceExists(Duplicate): class MigrationError(NovaException): message = _("Migration error") + ": %(reason)s" + + +class MalformedRequestBody(NovaException): + message = _("Malformed message body: %(reason)s") |
