David Calavera

Results 104 comments of David Calavera

Btw, this is pretty much the script I'm using and the error log that I get in my code, although it's pretty much useless: ``` ruby options = {:uri =>...

@scottjg that made the trick, but it still needs the `OvfConsumerOstNode` entity. Now I get more information about the problem: ``` rake aborted! InvalidRequest: Required property id is missing from...

Oh, I see the problem. RbVmomi::VIM::OvfManager is not using the instatiationOst from the options that I send. It needs to be added to the OvfCreateImportSpecParams, like this: ``` ruby ovfImportSpec...

Thank you Scott. I think it's solved now, but I cannot spend more time in this until next week. We're changing the way we deploy our vms and we'll probably...