diff options
| author | Chuck Short <zulcss@ubuntu.com> | 2011-03-18 10:13:17 -0400 |
|---|---|---|
| committer | Chuck Short <zulcss@ubuntu.com> | 2011-03-18 10:13:17 -0400 |
| commit | b9480c99adbb7b4849812fa16118712b24de1820 (patch) | |
| tree | 250fd5b293989f92fabaa2cc694600d4e0bb0cdc /plugins | |
| parent | b0e3b8e58a925ebf52fa741883f757ed2bc4383c (diff) | |
| parent | abe147f756f13d4f968aa075d709e5c6643d310a (diff) | |
Merged trunk
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/xenserver/xenapi/etc/xapi.d/plugins/glance | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/xenserver/xenapi/etc/xapi.d/plugins/glance b/plugins/xenserver/xenapi/etc/xapi.d/plugins/glance index c996f6ef4..db39cb0f4 100644 --- a/plugins/xenserver/xenapi/etc/xapi.d/plugins/glance +++ b/plugins/xenserver/xenapi/etc/xapi.d/plugins/glance @@ -216,7 +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(): |
