projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad26789
)
Fix help message of on_xend_stop
author
Keir Fraser
<keir.fraser@citrix.com>
Wed, 5 Dec 2007 09:57:32 +0000
(09:57 +0000)
committer
Keir Fraser
<keir.fraser@citrix.com>
Wed, 5 Dec 2007 09:57:32 +0000
(09:57 +0000)
Signed-off-by: Masaki Kanno <kanno.masaki@jp.fujitsu.com>
tools/python/xen/xm/create.py
patch
|
blob
|
history
diff --git
a/tools/python/xen/xm/create.py
b/tools/python/xen/xm/create.py
index e666cb2e856a1280469c786b6ca6b373fc1c50af..5159eb1ee85f109da6b0b5c2e580c51011c7d4da 100644
(file)
--- a/
tools/python/xen/xm/create.py
+++ b/
tools/python/xen/xm/create.py
@@
-518,7
+518,7
@@
gopts.var('on_xend_start', val='ignore|start',
fn=set_value, default='ignore',
use='Action to perform when xend starts')
-gopts.var('on_xend_stop', val='
continu
e|shutdown|suspend',
+gopts.var('on_xend_stop', val='
ignor
e|shutdown|suspend',
fn=set_value, default="ignore",
use="""Behaviour when Xend stops:
- ignore: Domain continues to run;