fog / fog-xenserver

Module for the 'fog' gem to support XENSERVER
MIT License
16 stars 22 forks source link

Vdi tags #28

Closed israelriibeiro closed 9 years ago

israelriibeiro commented 9 years ago

Hi, Paulo.

When i was trying to save a vdi, it returned this:

vdi.save Fog::XenServer::RequestFailed: VDI.create: ["FIELD_TYPE_ERROR", "tags"]

When i looked at fog xenserver documentation, it says the default is a hash.

http://docs.vmd.citrix.com/XenServer/6.2.0/1.0/en_gb/api/?c=VDI

Att,

Israel Ribeiro

plribeiro3000 commented 9 years ago

Hello @israelriibeiro. If you look at the documentation it looks like it might be a string or an array: user-specified tags for categorization purposes.

But i couldn't find any related link explaining this further. Have you been able to fix this error using a hash or array perhaps?