fog / fog-vsphere

Fog for vSphere
MIT License
36 stars 63 forks source link

Fixes #35125 - Avoid unneeded "get_raw_datacenter" call #277

Closed hao-yu closed 2 years ago

hao-yu commented 2 years ago

Use both name and path to match datacenter from the local cache which will avoid fetching from Vcenter again.

chris1984 commented 2 years ago

@Ron-Lavi will test this one too, while i'm here and get a new gem out

chris1984 commented 2 years ago

ACK, tested and works well without any regressions.