diff options
| author | Johannes Erdfelt <johannes.erdfelt@rackspace.com> | 2011-09-28 02:53:58 +0000 |
|---|---|---|
| committer | Johannes Erdfelt <johannes.erdfelt@rackspace.com> | 2011-09-28 03:22:41 +0000 |
| commit | 6574d1bb17ad111e5dd5b1c7b2e6f0a698e2c275 (patch) | |
| tree | d10dbaf3e4aeabc409d71f5dc7f1002887583b53 /plugins | |
| parent | a2646129bc9dbd9dec57bdde7f510e0ea7bbddea (diff) | |
| download | nova-6574d1bb17ad111e5dd5b1c7b2e6f0a698e2c275.tar.gz nova-6574d1bb17ad111e5dd5b1c7b2e6f0a698e2c275.tar.xz nova-6574d1bb17ad111e5dd5b1c7b2e6f0a698e2c275.zip | |
Make snapshots private by default
Fixes bug 850389
Change-Id: I22284c2f71b77aaa1aff0c0679320664cd23dae2
Diffstat (limited to 'plugins')
| -rwxr-xr-x | 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 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', |
