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 | |
| 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
| -rw-r--r-- | Authors | 1 | ||||
| -rw-r--r-- | nova/compute/instance_types.py | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -3,6 +3,7 @@ Anne Gentle <anne@openstack.org> Anthony Young <sleepsonthefloor@gmail.com> Antony Messerli <ant@openstack.org> Armando Migliaccio <Armando.Migliaccio@eu.citrix.com> +Bilal Akhtar <bilalakhtar@ubuntu.com> Chiradeep Vittal <chiradeep@cloud.com> Chmouel Boudjnah <chmouel@chmouel.com> Chris Behrens <cbehrens@codestud.com> 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 |
