summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorMonsyne Dragon <mdragon@rackspace.com>2011-03-17 02:20:18 +0000
committerMonsyne Dragon <mdragon@rackspace.com>2011-03-17 02:20:18 +0000
commita766b4111addad804e47b8be3e6dedb5f80a83c4 (patch)
tree3032e94f7e3c97631b5fbbcb0363edea1a83874b /plugins
parentde7707f9707a0166d01d6a7dfce51f34c3c58967 (diff)
downloadnova-a766b4111addad804e47b8be3e6dedb5f80a83c4.tar.gz
nova-a766b4111addad804e47b8be3e6dedb5f80a83c4.tar.xz
nova-a766b4111addad804e47b8be3e6dedb5f80a83c4.zip
added in network qos support for xenserver.
Pull qos settings from flavor, use when creating instance.
Diffstat (limited to 'plugins')
-rw-r--r--plugins/xenserver/xenapi/etc/xapi.d/plugins/glance2
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():