aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-08-11 15:01:34 +0100
committerKeir Fraser <keir.fraser@citrix.com>2008-08-11 15:01:34 +0100
commitdea6d8b20c01327bb96744b291347669c318972d (patch)
tree1b1c4e02f9e7665fdb2a09b347ffbc25f25bfad5
parent03d1528a6a241f50c27ab6359bbf6c6c0faf7da1 (diff)
downloadxen-dea6d8b20c01327bb96744b291347669c318972d.tar.gz
xen-dea6d8b20c01327bb96744b291347669c318972d.tar.bz2
xen-dea6d8b20c01327bb96744b291347669c318972d.zip
xend/xen-api: Have the VDI record return the security label
Signed-off-by: Stefan Berger <stefanb@us.ibm.com>
-rw-r--r--tools/python/xen/xend/XendAPI.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/python/xen/xend/XendAPI.py b/tools/python/xen/xend/XendAPI.py
index 73fe83ec5c..226c2d842f 100644
--- a/tools/python/xen/xend/XendAPI.py
+++ b/tools/python/xen/xend/XendAPI.py
@@ -2265,7 +2265,8 @@ class XendAPI(object):
'type': image.type,
'sharable': image.sharable,
'read_only': image.read_only,
- 'other_config': image.other_config
+ 'other_config': image.other_config,
+ 'security_label' : image.get_security_label()
})
# Class Functions