ManageIQ / manageiq-api-client

Ruby client library to the ManageIQ REST API
MIT License
11 stars 26 forks source link

[WIP] Resource performance fix #79

Open abellotti opened 6 years ago

abellotti commented 6 years ago
Fixed serious performance issue where miq.providers.find(provider_id).vms.collect(&:name) was querying the API server for provider actions for each VM.

Followup to #61

will unwip/rebase once #61 is merged.

chessbyte commented 3 years ago

@abellotti if this is a viable PR, please rebase.