fog / fog-vsphere

Fog for vSphere
MIT License
35 stars 62 forks source link

list_resource_pools returns incorrect resource pool name #256 #257

Closed rlazoryshchak closed 3 years ago

rlazoryshchak commented 3 years ago

When some resource pool('ParentResourcePool') has nested resource pool('Resources') we get this child resource pool with name 'Resources' without path of parent resource pool('Resources' instead of 'ParentResourcePool/Resources').

rlazoryshchak commented 3 years ago

@chris1984, @ezr-ondrej when you have a moment, please take a look.