diff options
| author | Masanori Itoh <itoumsn@nttdata.co.jp> | 2011-03-04 10:46:55 +0900 |
|---|---|---|
| committer | Masanori Itoh <itoumsn@nttdata.co.jp> | 2011-03-04 10:46:55 +0900 |
| commit | 6606b4d438327b5405ef810c26cf801fa64433eb (patch) | |
| tree | cdedfb4ff305f813eac4e995583a432f62b2a4ea /plugins | |
| parent | 58ac632f8e08b248d234deffdb56fe3a33a25130 (diff) | |
| parent | 90e8072df434621a364763f1c7cae0ac0159d630 (diff) | |
Merged trunk rev 758.
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/xenserver/xenapi/etc/xapi.d/plugins/glance | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/xenserver/xenapi/etc/xapi.d/plugins/glance b/plugins/xenserver/xenapi/etc/xapi.d/plugins/glance index 7531af4ec..aa12d432a 100644 --- a/plugins/xenserver/xenapi/etc/xapi.d/plugins/glance +++ b/plugins/xenserver/xenapi/etc/xapi.d/plugins/glance @@ -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() |
