diff options
| author | Rick Harris <rick.harris@rackspace.com> | 2011-02-18 22:50:13 +0000 |
|---|---|---|
| committer | Rick Harris <rick.harris@rackspace.com> | 2011-02-18 22:50:13 +0000 |
| commit | 05d135be0c0d8a90a97d62005a101345964800cf (patch) | |
| tree | 6220d1e32bfeec0bcad6c41e8116d4f45ea0ece0 /plugins | |
| parent | eefc8938d8a8010052affab9a5c0d010778d9780 (diff) | |
| download | nova-05d135be0c0d8a90a97d62005a101345964800cf.tar.gz nova-05d135be0c0d8a90a97d62005a101345964800cf.tar.xz nova-05d135be0c0d8a90a97d62005a101345964800cf.zip | |
Typo fix
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 3b5cedda7..097670b58 100644 --- a/plugins/xenserver/xenapi/etc/xapi.d/plugins/glance +++ b/plugins/xenserver/xenapi/etc/xapi.d/plugins/glance @@ -215,7 +215,7 @@ def _upload_tarball(staging_path, image_id, glance_host, glance_port): 'x-image-meta-property-kernel-id': 'nokernel', 'x-image-meta-property-ramdisk-id': 'noramdisk', 'x-image-meta-property-container-format': 'tarball', - 'transfer-encoding': "chunked", + 'transfer-encoding': 'chunked', 'content-type': 'application/octet-stream', } for header, value in headers.iteritems(): |
