summaryrefslogtreecommitdiff
path: root/nova/virt/powervm
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2019-03-12 18:43:12 +0000
committerGerrit Code Review <review@openstack.org>2019-03-12 18:43:12 +0000
commita5e3054e1d6df248fc4c00b9abd7289dde160393 (patch)
tree2ee569ad37915b9fe07099dac2db90c62b7890df /nova/virt/powervm
parente608568518ed91a0cbf08f779c5adb851762d80a (diff)
parent35cc0f5e943642dd8d9dacbf0dac6e260f708d7d (diff)
downloadnova-a5e3054e1d6df248fc4c00b9abd7289dde160393.tar.gz
Merge "Share snapshot image membership with instance owner"
Diffstat (limited to 'nova/virt/powervm')
-rw-r--r--nova/virt/powervm/image.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/nova/virt/powervm/image.py b/nova/virt/powervm/image.py
index 1d8e497e85..b4636b0f11 100644
--- a/nova/virt/powervm/image.py
+++ b/nova/virt/powervm/image.py
@@ -50,7 +50,6 @@ def generate_snapshot_metadata(context, image_api, image_id, instance):
# TODO(esberglu): Update this to v2 metadata
metadata = {
'name': image['name'],
- 'is_public': False,
'status': 'active',
'disk_format': 'raw',
'container_format': 'bare',