projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e7c906
)
xend: Return True from device_update when cfg_xenapi
author
Keir Fraser
<keir.fraser@citrix.com>
Tue, 31 Mar 2009 10:49:56 +0000
(11:49 +0100)
committer
Keir Fraser
<keir.fraser@citrix.com>
Tue, 31 Mar 2009 10:49:56 +0000
(11:49 +0100)
When device_update is called by using cfg_xenapi, this patch
returns True.
Signed-off-by: Masaki Kanno <kanno.masaki@jp.fujitsu.com>
tools/python/xen/xend/XendConfig.py
patch
|
blob
|
history
diff --git
a/tools/python/xen/xend/XendConfig.py
b/tools/python/xen/xend/XendConfig.py
index f7bc850f9e4f6e3c9962599947be07174c511c77..e195ab10609bae9ee2d117a5b114b4743beba0a4 100644
(file)
--- a/
tools/python/xen/xend/XendConfig.py
+++ b/
tools/python/xen/xend/XendConfig.py
@@
-1912,6
+1912,7
@@
class XendConfig(dict):
for key, val in cfg_xenapi.items():
dev_info[key] = val
self['devices'][dev_uuid] = (dev_type, dev_info)
+ return True
return False