From: Aron Griffis <aron@hp.com>
To: Akio Takebe <takebe_akio@jp.fujitsu.com>
Cc: xen-devel <xen-devel@lists.xensource.com>
Subject: Re: [Patch][RFC] xend config list
Date: Mon, 17 Sep 2007 20:08:11 -0400 [thread overview]
Message-ID: <20070918000810.GF27550@fc.hp.com> (raw)
In-Reply-To: <43C7F6A0BB8A3Ctakebe_akio@jp.fujitsu.com>
Hi Akio,
Akio Takebe wrote: [Fri Sep 14 2007, 03:27:40AM EDT]
> + if show_xend:
> + print 'config_default\t\t\t\t: ',xoptions.config_default
> + print 'xoptions.config_path\t\t\t: ',xoptions.config_path
> + print 'xoptions.config_var\t\t\t: ',xoptions.config_var
> + print 'xoptions.dom0_min_mem_default\t\t: ',xoptions.dom0_min_mem_default
> + print 'dom0_vcpus_default\t\t\t: ',xoptions.dom0_vcpus_default
> + print 'external_migration_tool_default\t\t: ',xoptions.external_migration_tool_default
> + print 'logfile_default\t\t\t\t: ',xoptions.logfile_default
> + print 'loglevel_default\t\t\t: ',xoptions.loglevel_default
> + print 'netback_type\t\t\t\t: ',xoptions.netback_type
> + print 'network_script_dir\t\t\t: ',xoptions.network_script_dir
> + print 'vif_script\t\t\t\t: ',xoptions.vif_script
> + print 'vncpasswd_default\t\t\t: ',xoptions.vncpasswd_default
> + print 'xen_api_server_default\t\t\t: ',xoptions.xen_api_server_default
> + print 'xend_address_default\t\t\t: ',xoptions.xend_address_default
> + print 'xend_domains_path_default\t\t: ',xoptions.xend_domains_path_default
> + print 'xend_http_server_default\t\t: ',xoptions.xend_http_server_default
> + print 'xend_port_default\t\t\t: ',xoptions.xend_port_default
> + print 'xend_relocation_address_default\t\t: ',xoptions.xend_relocation_address_default
> + print 'xend_relocation_hosts_allow_default\t: ',xoptions.xend_relocation_hosts_allow_default
> + print 'xend_relocation_port_default\t\t: ',xoptions.xend_relocation_port_default
> + print 'xend_relocation_server_default\t\t: ',xoptions.xend_relocation_server_default
> + print 'xend_state_path_default\t\t\t: ',xoptions.xend_state_path_default
> + print 'xend_storage_path_default\t\t: ',xoptions.xend_storage_path_default
> + print 'xend_tcp_xmlrpc_server_address_default\t: ',xoptions.xend_tcp_xmlrpc_server_address_default
> + print 'xend_tcp_xmlrpc_server_default\t\t: ',xoptions.xend_tcp_xmlrpc_server_default
> + print 'xend_tcp_xmlrpc_server_port_default\t: ',xoptions.xend_tcp_xmlrpc_server_port_default
> + print 'xend_unix_path_default\t\t\t: ',xoptions.xend_unix_path_default
> + print 'xend_unix_server_default\t\t: ',xoptions.xend_unix_server_default
> + print 'xend_unix_xmlrpc_server_default\t\t: ',xoptions.xend_unix_xmlrpc_server_default
> + print 'xend_vnc_listen_default\t\t\t: ',xoptions.xend_vnc_listen_default
> + print 'config:'
> + for i in xoptions.config:
> + print " ",i
This long list is bound to go stale pretty quickly. I'm not a python
expert but surely there's a way to loop through the values you want to
show?
Thanks,
Aron
next prev parent reply other threads:[~2007-09-18 0:08 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-09-14 7:27 [Patch][RFC] xend config list Akio Takebe
2007-09-14 20:06 ` John Levon
2007-09-17 23:57 ` Akio Takebe
2007-09-18 0:08 ` Aron Griffis [this message]
2007-09-18 1:00 ` Akio Takebe
2007-09-18 6:05 ` John Levon
2007-09-18 13:00 ` Aron Griffis
2007-09-18 16:22 ` John Levon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20070918000810.GF27550@fc.hp.com \
--to=aron@hp.com \
--cc=takebe_akio@jp.fujitsu.com \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.