1
0
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:
Hector Sanjuan 2012-04-30 13:56:45 +02:00
parent a935e147fb
commit edd607baa9

View File

@ -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