Fedora Account System
Red Hat Associate
Red Hat Customer
Description of problem: The ability to pause/resume a container provider has been removed from the UI but it still accessibly via the API Version-Release number of selected component (if applicable): 5.11.0.23.20190904213640_d113674 How reproducible: 100% Steps to Reproduce: 1. Via the API, pause and resume a container provider Actual results: Container provider can be paused/resumed Expected results: Cannot perform the action via the API Additional info:
https://github.com/ManageIQ/manageiq-api/pull/740
New commit detected on ManageIQ/manageiq-api/master: https://github.com/ManageIQ/manageiq-api/commit/a0dd650268b9fcc49c42c89498efb879f90baf78 commit a0dd650268b9fcc49c42c89498efb879f90baf78 Author: d-m-u <drewuhlmann> AuthorDate: Fri Feb 14 16:37:08 2020 +0000 Commit: d-m-u <drewuhlmann> CommitDate: Fri Feb 14 16:37:08 2020 +0000 Remove container provider resume/pause Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1750480 app/controllers/api/providers_controller.rb | 16 - config/api.yml | 8 - spec/requests/providers_spec.rb | 96 - 3 files changed, 120 deletions(-)