From dea6d8b20c01327bb96744b291347669c318972d Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Mon, 11 Aug 2008 15:01:34 +0100 Subject: [PATCH] xend/xen-api: Have the VDI record return the security label Signed-off-by: Stefan Berger --- tools/python/xen/xend/XendAPI.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.30.2