diff options
| author | Jenkins <jenkins@review.openstack.org> | 2012-11-20 20:52:19 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2012-11-20 20:52:19 +0000 |
| commit | a8fd0ea78aeb483c038e23b545143e5e98992453 (patch) | |
| tree | bccbeeae5087385d87097f1d2f2723ff7f9a045d | |
| parent | 2dec92411754cd83e80342b57cd7df2edaf4b5a9 (diff) | |
| parent | 20b52b92d20a36a0ab54ccaa224159117fad90ad (diff) | |
Merge "Remove extra space in exception"
| -rw-r--r-- | nova/exception.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/exception.py b/nova/exception.py index ac035efd6..54b3a17cc 100644 --- a/nova/exception.py +++ b/nova/exception.py @@ -732,7 +732,7 @@ class ConsoleNotFoundInPoolForInstance(ConsoleNotFound): class ConsoleTypeInvalid(Invalid): - message = _("Invalid console type %(console_type)s ") + message = _("Invalid console type %(console_type)s") class InstanceTypeNotFound(NotFound): |
