diff options
| author | Ken Pepple <ken.pepple@gmail.com> | 2011-04-22 00:22:23 -0700 |
|---|---|---|
| committer | Ken Pepple <ken.pepple@gmail.com> | 2011-04-22 00:22:23 -0700 |
| commit | f710ad1e3fff16de696f608986f24bdc8ffc3f6b (patch) | |
| tree | 35f6a6e53d07b90abdba5912e3f7a4fd36b61771 /nova | |
| parent | 40ef1240c3c7b16528096f60b37811a493c89117 (diff) | |
pep8
Diffstat (limited to 'nova')
| -rw-r--r-- | nova/compute/instance_types.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nova/compute/instance_types.py b/nova/compute/instance_types.py index 4e250bb83..7e7198b96 100644 --- a/nova/compute/instance_types.py +++ b/nova/compute/instance_types.py @@ -57,8 +57,8 @@ def create(name, memory, vcpus, local_gb, flavorid, swap=0, except exception.DBError, e: LOG.exception(_('DB error: %s') % e) raise exception.ApiError(_("Cannot create instance_type with " - "name %(name)s and flavorid %(flavorid)s") % - locals()) + "name %(name)s and flavorid %(flavorid)s") + % locals()) def destroy(name): |
