diff options
| author | Trey Morris <trey.morris@rackspace.com> | 2010-12-27 20:11:36 +0000 |
|---|---|---|
| committer | Trey Morris <trey.morris@rackspace.com> | 2010-12-27 20:11:36 +0000 |
| commit | 0c983d1f3cba82f992fc128985f4f794fb76190f (patch) | |
| tree | 5fcc7f467ebcd93afbadd56a945d2822e31c5145 /nova/api | |
| parent | d2ec717f7f819503f977c7a6f35e96867cc6c512 (diff) | |
| download | nova-0c983d1f3cba82f992fc128985f4f794fb76190f.tar.gz nova-0c983d1f3cba82f992fc128985f4f794fb76190f.tar.xz nova-0c983d1f3cba82f992fc128985f4f794fb76190f.zip | |
syntax error
Diffstat (limited to 'nova/api')
| -rw-r--r-- | nova/api/openstack/images.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/api/openstack/images.py b/nova/api/openstack/images.py index ea22b07ba..8a16bcb0f 100644 --- a/nova/api/openstack/images.py +++ b/nova/api/openstack/images.py @@ -77,7 +77,7 @@ def _translate_status(inst): 'decrypting': 'preparing', 'untarring': 'saving', 'available': 'active'} - mapped_inst['status'] = status_mapping[mapped_inst['status']] + mapped_inst['status'] = status_mapping[inst['status']] return mapped_inst |
