1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-16 22:50:10 +03:00

Merge branch 'master' of git.opennebula.org:one

This commit is contained in:
Carlos Martín 2011-07-12 16:38:11 +02:00
commit 9542d8a821
2 changed files with 2 additions and 3 deletions

View File

@ -51,11 +51,12 @@ class OneVNetHelper < OpenNebulaHelper::OneHelper
CLIHelper.print_header(str_h1 %
["VIRTUAL NETWORK #{vn.id.to_s} INFORMATION"])
str="%-10s: %-20s"
str="%-15s: %-20s"
puts str % ["ID", vn.id.to_s]
puts str % ["USER", vn['UNAME']]
puts str % ["GROUP", vn['GNAME']]
puts str % ["PUBLIC", OpenNebulaHelper.boolean_to_str(vn['PUBLIC'])]
puts str % ["USED LEASES", vn['TOTAL_LEASES']]
puts
CLIHelper.print_header(str_h1 % ["VIRTUAL NETWORK TEMPLATE"], false)

View File

@ -6,5 +6,3 @@ PORT=9869
VNC_PROXY_BASE_PORT=29876
NOVNC_PATH=
# GRAPH INFO UPDATE INTERVAL (secs)
MONITORING_INTERVAL=600