diff options
| author | Salvatore Orlando <salvatore.orlando@eu.citrix.com> | 2011-03-15 17:24:16 +0000 |
|---|---|---|
| committer | Salvatore Orlando <salvatore.orlando@eu.citrix.com> | 2011-03-15 17:24:16 +0000 |
| commit | c6e75afbe603a869723fd39b1a6df7b979da2aa4 (patch) | |
| tree | fd70d86286f15676877f97c067670645d62a9e86 /plugins | |
| parent | 7649963c7bcda67744988d6a65747c8b67d4a0f1 (diff) | |
| parent | 8c2a4a565e718e594a2f42ff84eb4b9017ef15a7 (diff) | |
| download | nova-c6e75afbe603a869723fd39b1a6df7b979da2aa4.tar.gz nova-c6e75afbe603a869723fd39b1a6df7b979da2aa4.tar.xz nova-c6e75afbe603a869723fd39b1a6df7b979da2aa4.zip | |
Fixed bugs in bug fix (plugin call)
Checked for pep8 errors
Tested in several 'live' failure scenarios
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 0d1a976bc..59e31172c 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(): |
