From: Keir Fraser Date: Mon, 11 Aug 2008 14:01:34 +0000 (+0100) Subject: xend/xen-api: Have the VDI record return the security label X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~14157^2~15 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=dea6d8b20c01327bb96744b291347669c318972d;p=xen.git xend/xen-api: Have the VDI record return the security label Signed-off-by: Stefan Berger --- 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