Hello,
I have already post the question, but I didn't get the answer, May be I didn't post it in the good place.
I have created a blueprint with those properties : VirtualMachine.Storage.Name and Vrm.DataCenter.Location . On the dictionnary, I specified a drown list type to choose the name of the datacenter and the storage.
My question is: is it possible to don't show to the user the real names on the choices?
For example :
Storage name : Disk1, Disk2 which refers for Storage1, Storage2 ( real names).
As an eventual solution, I have developped a script and insert it on th "the Workflow create/Update blueprint properties from vCO worflow input" :
When I send a request with the real name (Storage1), the machine is created
When I send a request with the freind name (Disk1), I get this error : Error requesting machine. Inner Exception: Exception has been thrown by the target of an invocation. Base Exception: Allocate reservation operation failed. Error: Unable to allocate storage request for data stores [Disk1] on reservation RES1
May be the script is not correct or is not on the good place ?
Should I create a new workflow ?
Need your help !!
thank you