aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2010-02-15 08:19:07 +0000
committerKeir Fraser <keir.fraser@citrix.com>2010-02-15 08:19:07 +0000
commite8918e36f9430fc6138a609805f31728cc1b5fe8 (patch)
tree554c1d5ff1afde0bbc67586c492cf2cf21b5d0c5
parentffd2932a60a21c499268e1a4dc0ccca904f36abc (diff)
downloadxen-e8918e36f9430fc6138a609805f31728cc1b5fe8.tar.gz
xen-e8918e36f9430fc6138a609805f31728cc1b5fe8.tar.bz2
xen-e8918e36f9430fc6138a609805f31728cc1b5fe8.zip
xend: Remove redundant 'name' from LEGACY_CFG_TYPES and LEGACY_XENSTORE_VM_PARAMS
Two 'name's are defined in LEGACY_CFG_TYPES of XendConfig.py. LEGACY_XENSTORE_VM_PARAMS also is same. This patch removes redundant 'name's. Signed-off-by: Masaki Kanno <kanno.masaki@jp.fujitsu.com>
-rw-r--r--tools/python/xen/xend/XendConfig.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/python/xen/xend/XendConfig.py b/tools/python/xen/xend/XendConfig.py
index 216665a4e0..0624bc62f9 100644
--- a/tools/python/xen/xend/XendConfig.py
+++ b/tools/python/xen/xend/XendConfig.py
@@ -268,7 +268,6 @@ LEGACY_CFG_TYPES = {
'cpu_time': float,
'features': str,
'localtime': int,
- 'name': str,
'on_poweroff': str,
'on_reboot': str,
'on_crash': str,
@@ -293,7 +292,6 @@ LEGACY_XENSTORE_VM_PARAMS = [
'shadow_memory',
'maxmem',
'start_time',
- 'name',
'on_poweroff',
'on_crash',
'on_reboot',