From a73bc892a5cae25e7dea420361a57f39a2b96cad Mon Sep 17 00:00:00 2001 From: "Ruben S. Montero" Date: Fri, 28 Oct 2011 14:23:54 +0200 Subject: [PATCH] Zones: Increase the length of host and acl attribute for VDC --- src/ozones/Server/lib/OZones/VDC.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ozones/Server/lib/OZones/VDC.rb b/src/ozones/Server/lib/OZones/VDC.rb index 51b16437dd..4d259a81bb 100644 --- a/src/ozones/Server/lib/OZones/VDC.rb +++ b/src/ozones/Server/lib/OZones/VDC.rb @@ -26,8 +26,8 @@ module OZones property :GROUP_ID, Integer property :VDCADMINNAME, String, :required => true property :VDCADMIN_ID, Integer - property :ACLS, String - property :HOSTS, String + property :ACLS, Text + property :HOSTS, Text belongs_to :zones