mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-22 18:50:08 +03:00
Bug #1215: Add SUNSENDPOINT AND SELFENDPOINT to onezone show command
This commit is contained in:
parent
a935e147fb
commit
edd607baa9
@ -44,6 +44,8 @@ class ZonesHelper < OZonesHelper::OZHelper
|
||||
puts str % ["ZONE ADMIN ",zone[:ONENAME].to_s]
|
||||
puts str % ["ZONE PASS ", zone[:ONEPASS].to_s]
|
||||
puts str % ["ENDPOINT ", zone[:ENDPOINT].to_s]
|
||||
puts str % ["SUNSENDPOINT ", zone[:SUNSENDPOINT].to_s]
|
||||
puts str % ["SELFENDPOINT ", zone[:SELFENDPOINT].to_s]
|
||||
puts str % ["# VDCS ", zone[:VDCS].size.to_s]
|
||||
puts
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user