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:
commit
9542d8a821
@ -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)
|
||||
|
@ -6,5 +6,3 @@ PORT=9869
|
||||
VNC_PROXY_BASE_PORT=29876
|
||||
NOVNC_PATH=
|
||||
|
||||
# GRAPH INFO UPDATE INTERVAL (secs)
|
||||
MONITORING_INTERVAL=600
|
||||
|
Loading…
x
Reference in New Issue
Block a user