diff options
| author | Alex Meade <alex.meade@rackspace.com> | 2011-06-13 21:14:26 -0400 |
|---|---|---|
| committer | Alex Meade <alex.meade@rackspace.com> | 2011-06-13 21:14:26 -0400 |
| commit | f3381ee03355d8800d229efb7f799df9e6c915e2 (patch) | |
| tree | b54c967cc0f4f2184f26a42bd5ef99b146fa7fc0 /nova/compute | |
| parent | 035e43fbcc39d5664592873629f0689309c102cf (diff) | |
pep8
Diffstat (limited to 'nova/compute')
| -rw-r--r-- | nova/compute/api.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/compute/api.py b/nova/compute/api.py index b0949a729..5afc0480a 100644 --- a/nova/compute/api.py +++ b/nova/compute/api.py @@ -281,7 +281,7 @@ class API(base.Base): 'instance_type': instance_type, 'filter': filter_class, 'blob': zone_blob, - 'num_instances': num_instances + 'num_instances': num_instances, } rpc.cast(context, |
