|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [Patch][RFC] xend config list
Hi, Aron
>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
[snip..]
>> 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?
Thank you for your comment.
It's good idea, I'll try to find the way.
If anybody know that, please tell me.
Best Regards,
Akio Takebe
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|