fixed pep8

This commit is contained in:
Ken Pepple 2011-02-28 15:05:50 -08:00
parent 7ad5fe2714
commit 2e12ee1c98
1 changed files with 1 additions and 2 deletions

View File

@ -207,8 +207,7 @@ def _upload_tarball(staging_path, image_id, glance_host, glance_port):
'transfer-encoding': 'chunked',
'x-image-meta-is_public': 'True',
'x-image-meta-status': 'queued',
'x-image-meta-type': 'vhd'
}
'x-image-meta-type': 'vhd'}
for header, value in headers.iteritems():
conn.putheader(header, value)
conn.endheaders()