summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorBrian Waldon <brian.waldon@rackspace.com>2011-03-22 10:18:27 -0400
committerBrian Waldon <brian.waldon@rackspace.com>2011-03-22 10:18:27 -0400
commit41c9026c17dbbabef1108fb70d5b9af9b3544a76 (patch)
tree9f47d5a499f326dec630f9972776bc54ba01b5cf /plugins
parentc2cf224fab65d608be6ccc8143de7e1f28bdb482 (diff)
parente40d692c55a02fa686e83bd87eca29a3cfa3d15e (diff)
merging trunk r843
Diffstat (limited to 'plugins')
-rw-r--r--plugins/xenserver/xenapi/etc/xapi.d/plugins/glance3
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)