xend/xen-api: Have the VDI record return the security label
authorKeir Fraser <keir.fraser@citrix.com>
Mon, 11 Aug 2008 14:01:34 +0000 (15:01 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Mon, 11 Aug 2008 14:01:34 +0000 (15:01 +0100)
Signed-off-by: Stefan Berger <stefanb@us.ibm.com>
tools/python/xen/xend/XendAPI.py

index 73fe83ec5c3acfea7b6cc0f70a5a6ebdeba5f7af..226c2d842f94fe88ffedfb9e1a6437f59cbfcc91 100644 (file)
@@ -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