|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] [xen-unstable] xend/xen-api: Have the VDI record return
# HG changeset patch
# User Keir Fraser <keir.fraser@xxxxxxxxxx>
# Date 1218463294 -3600
# Node ID 265d42af434be26372bc5342456ddca97f1c7743
# Parent 794bbae4f25bb085f97d1647712dd423d2c9c187
xend/xen-api: Have the VDI record return the security label
Signed-off-by: Stefan Berger <stefanb@xxxxxxxxxx>
---
tools/python/xen/xend/XendAPI.py | 3 ++-
1 files changed, 2 insertions(+), 1 deletion(-)
diff -r 794bbae4f25b -r 265d42af434b tools/python/xen/xend/XendAPI.py
--- a/tools/python/xen/xend/XendAPI.py Mon Aug 11 15:00:06 2008 +0100
+++ b/tools/python/xen/xend/XendAPI.py Mon Aug 11 15:01:34 2008 +0100
@@ -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
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] [xen-unstable] xend/xen-api: Have the VDI record return the security label,
Xen patchbot-unstable <=
|
|
|
|
|