diff options
| author | Bilal Akhtar <bilalakhtar@ubuntu.com> | 2011-02-09 17:24:36 +0300 |
|---|---|---|
| committer | Bilal Akhtar <bilalakhtar@ubuntu.com> | 2011-02-09 17:24:36 +0300 |
| commit | 96fbbcde9c84a72036a74ba07318f31a471eb402 (patch) | |
| tree | dee9328dad0177a6e73d7fa35bc31ebb7dc40a0f /nova/compute | |
| parent | d5501234cfc434fbb4b959b63822598a1a68b88b (diff) | |
| download | nova-96fbbcde9c84a72036a74ba07318f31a471eb402.tar.gz nova-96fbbcde9c84a72036a74ba07318f31a471eb402.tar.xz nova-96fbbcde9c84a72036a74ba07318f31a471eb402.zip | |
Add my name to AUTHORS, remove parentheses from the substitution made in the previous commit
Diffstat (limited to 'nova/compute')
| -rw-r--r-- | nova/compute/instance_types.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/compute/instance_types.py b/nova/compute/instance_types.py index 510bfd99e..a41f5fa79 100644 --- a/nova/compute/instance_types.py +++ b/nova/compute/instance_types.py @@ -38,7 +38,7 @@ def get_by_type(instance_type): if instance_type is None: return FLAGS.default_instance_type if instance_type not in INSTANCE_TYPES: - raise exception.ApiError(_("Unknown instance type: %s") % (instance_type), + raise exception.ApiError(_("Unknown instance type: %s") % instance_type, "Invalid") return instance_type |
