[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] [XEND] Fix warning about 'cpus' option on domain creation.
# HG changeset patch # User kfraser@xxxxxxxxxxxxxxxxxxxxx # Date 1169045699 0 # Node ID 13db896ef324a325cffdccaeb7b57908c342d9ae # Parent 3dcd2664853a84310b7aad5e80b82820a35b9dd6 [XEND] Fix warning about 'cpus' option on domain creation. Signed-off-by: Masaki Kanno <kanno.masaki@xxxxxxxxxxxxxx> --- tools/python/xen/xend/XendConfig.py | 1 + 1 files changed, 1 insertion(+) diff -r 3dcd2664853a -r 13db896ef324 tools/python/xen/xend/XendConfig.py --- a/tools/python/xen/xend/XendConfig.py Wed Jan 17 14:54:06 2007 +0000 +++ b/tools/python/xen/xend/XendConfig.py Wed Jan 17 14:54:59 2007 +0000 @@ -126,6 +126,7 @@ XENAPI_CFG_TYPES = { 'memory_dynamic_min': int, 'memory_dynamic_max': int, 'memory_actual': int, + 'cpus': list, 'vcpus_policy': str, 'vcpus_params': str, 'vcpus_number': int, _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |