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

Zones: Increase the length of host and acl attribute for VDC

This commit is contained in:
Ruben S. Montero 2011-10-28 14:23:54 +02:00
parent 950129739c
commit a73bc892a5

View File

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