diff options
| author | William Wolf <throughnothing@gmail.com> | 2011-07-15 14:05:26 -0400 |
|---|---|---|
| committer | William Wolf <throughnothing@gmail.com> | 2011-07-15 14:05:26 -0400 |
| commit | 054f828d341b6cc576e30744a39d443af7784fd9 (patch) | |
| tree | aa85ebcee1c4cc382f458188cdbedb1390bb371d /nova/api | |
| parent | 14b5361d975ee017d95c159a9249d7e6dac662d9 (diff) | |
pep8 fixes
Diffstat (limited to 'nova/api')
| -rw-r--r-- | nova/api/openstack/views/servers.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nova/api/openstack/views/servers.py b/nova/api/openstack/views/servers.py index 53ded4312..a1aba20fc 100644 --- a/nova/api/openstack/views/servers.py +++ b/nova/api/openstack/views/servers.py @@ -158,7 +158,6 @@ class ViewBuilderV11(ViewBuilder): response['server']['progress'] = 0 return response - def _build_image(self, response, inst): if 'image_ref' in dict(inst): image_href = inst['image_ref'] |
