fog / fog-vsphere

Fog for vSphere
MIT License
36 stars 63 forks source link

Documentation #154

Closed kotyara85 closed 6 years ago

kotyara85 commented 6 years ago

Hi, This module is awesome, But is there any reliable documentation?

I can't even query clusters :/

puts compute.clusters.get("CLUSTER-1")

`requires': datacenter is required for this operation (ArgumentError)

Thanks in advance

timogoebel commented 6 years ago

Just a quick hint, you need to traverse the tree here:

puts compute.datacenters.get('ABC').clusters.get("CLUSTER-1")

chris1984 commented 6 years ago

Hi, I am working on this issue here: https://github.com/fog/fog-vsphere/issues/133

kotyara85 commented 6 years ago

Thank you guys

chris1984 commented 6 years ago

Duplicate of https://github.com/fog/fog-vsphere/issues/133