ManageIQ / manageiq-automation_engine

Automation engine for ManageIQ
Apache License 2.0
11 stars 74 forks source link

The `#refresh_ems` method now calls `.queue_refresh` #489

Closed agrare closed 2 years ago

agrare commented 2 years ago

We're switching from refresh_ems to queue_refresh for consistency with other queue methods. This means that the instance#refresh_ems method calls Class.queue_refresh not Class.refresh_ems.