<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
<title>Re: [one-users] Widening list command output?</title>
</head>
<body>
<font face="Calibri, Verdana, Helvetica, Arial"><span style="font-size:11pt">Héctor -
<br>
<br>
Making a change there didn’t seem to produce any changes. You’re right that I’d expect it to. Also, the XML output does produce the correct output — it’s in the database, it’s just truncated somewhere between the database  and the code. It looks like |d| is
 an instance of self.table_conf, which should allow me to use a file in .one/cli/ to set table parameters? I’m not very familiar with Ruby’s conventions, but that’s what I’d expect after reading the code. This does not seem to be documented anywhere.
<br>
<br>
... AHA! I figured it out. <br>
<br>
In /etc/one/cli/image/oneimage.yaml will let you customize the CLI output. <br>
<br>
This can be customized on a per user basis in $HOME/.one/cli/(name of CLI program).yaml ... And this CLI customization, which is actually pretty nice and neat, isn’t documented anywhere that I can find.
<br>
<br>
It looks like that is true for all of the CLI programs. Now if I could just get it to stop putting four to six extra spaces after the name...
<br>
<br>
-K<br>
<br>
<br>
<br>
On 10/31/11 6:31 PM, "Héctor Sanjuán" <<a href="hsanjuan@opennebula.org">hsanjuan@opennebula.org</a>> wrote:<br>
<br>
<font color="#0000FF">> I think you can do a small change in<br>
> /usr/lib/one/ruby/cli/one_helper/oneimage_helper.rb: format_pool():<br>
> <br>
>             column :NAME, "Name of the Image", :left, :size=>12 do |d|<br>
>                 d["NAME"]<br>
>             end<br>
> <br>
> I haven't tried, but if you change :size i'd expect it to print larger<br>
> names.<br>
> <br>
> Hope it helps,<br>
> <br>
> Héctor Sanjuán<br>
> OpenNebula Developer<br>
> <br>
> El 31/10/11 21:58, Karl Katzke escribió:<br>
</font><font color="#008000">>> Is there a quick/easy way to widen the output of the OpenNebula commands<br>
>> beyond the basic 80 characters wide?<br>
>> <br>
>> For instance, `oneimage list` crowds things such that the image name can<br>
>> be only 12 chars wide. “OpenSuSE 11.” is 12 chars wide and there isn’t<br>
>> an easy way to abbreviate it to be less than that.<br>
>> <br>
>> Thanks,<br>
>> Karl Katzke<br>
>> <br>
>> <br>
>> _______________________________________________<br>
>> Users mailing list<br>
>> <a href="Users@lists.opennebula.org">Users@lists.opennebula.org</a><br>
>> <a href="http://lists.opennebula.org/listinfo.cgi/users-opennebula.org">http://lists.opennebula.org/listinfo.cgi/users-opennebula.org</a><br>
</font></span></font>
</body>
</html>