From 6574d1bb17ad111e5dd5b1c7b2e6f0a698e2c275 Mon Sep 17 00:00:00 2001 From: Johannes Erdfelt Date: Wed, 28 Sep 2011 02:53:58 +0000 Subject: Make snapshots private by default Fixes bug 850389 Change-Id: I22284c2f71b77aaa1aff0c0679320664cd23dae2 --- plugins/xenserver/xenapi/etc/xapi.d/plugins/glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/xenserver/xenapi/etc/xapi.d/plugins/glance b/plugins/xenserver/xenapi/etc/xapi.d/plugins/glance index 1dc0f86e9..d45a0b1c4 100755 --- a/plugins/xenserver/xenapi/etc/xapi.d/plugins/glance +++ b/plugins/xenserver/xenapi/etc/xapi.d/plugins/glance @@ -287,7 +287,7 @@ def _upload_tarball(staging_path, image_id, glance_host, glance_port, os_type, ovf_headers = { 'content-type': 'application/octet-stream', 'transfer-encoding': 'chunked', - 'x-image-meta-is-public': 'True', + 'x-image-meta-is-public': 'False', 'x-image-meta-status': 'queued', 'x-image-meta-disk-format': 'vhd', 'x-image-meta-container-format': 'ovf', -- cgit