diff options
| author | Sandy Walsh <sandy.walsh@rackspace.com> | 2011-03-23 12:31:49 -0700 |
|---|---|---|
| committer | Sandy Walsh <sandy.walsh@rackspace.com> | 2011-03-23 12:31:49 -0700 |
| commit | 964dbe0ee380877e21465647f0e57d28f7897d98 (patch) | |
| tree | 2ed6e543b0f36f865621e0b760bacd21e4e805d3 /plugins | |
| parent | 05e6f82aa971606f7d33fb1de8f2c1c170d030de (diff) | |
| parent | 6afe9f0576532b90ef2d5891f06b8bd04401db5b (diff) | |
trunk merge
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 db39cb0f4..0a45f3873 100644 --- a/plugins/xenserver/xenapi/etc/xapi.d/plugins/glance +++ b/plugins/xenserver/xenapi/etc/xapi.d/plugins/glance @@ -216,8 +216,7 @@ def _upload_tarball(staging_path, image_id, glance_host, glance_port, os_type): 'x-image-meta-status': 'queued', 'x-image-meta-disk-format': 'vhd', 'x-image-meta-container-format': 'ovf', - 'x-image-meta-property-os-type': os_type, - } + 'x-image-meta-property-os-type': os_type} for header, value in headers.iteritems(): conn.putheader(header, value) |
