projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03d1528
)
xend/xen-api: Have the VDI record return the security label
author
Keir Fraser
<keir.fraser@citrix.com>
Mon, 11 Aug 2008 14:01:34 +0000
(15:01 +0100)
committer
Keir 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
patch
|
blob
|
history
diff --git
a/tools/python/xen/xend/XendAPI.py
b/tools/python/xen/xend/XendAPI.py
index 73fe83ec5c3acfea7b6cc0f70a5a6ebdeba5f7af..226c2d842f94fe88ffedfb9e1a6437f59cbfcc91 100644
(file)
--- 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