Make snapshots private by default

Fixes bug 850389

(cherry picked from commit 6574d1bb17)

Change-Id: I10101c0edb70c70db7a3b27ee4b8cc8f2f62a503
This commit is contained in:
Johannes Erdfelt 2011-09-28 02:53:58 +00:00 committed by Mark McLoughlin
parent 26434ef467
commit 5d4b9111ca
1 changed files with 1 additions and 1 deletions

View File

@ -283,7 +283,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',