Bug 1750480

Summary: [Containers] Pause Refresh Removed in UI But Still Can Be Performed Via API
Product: Red Hat CloudForms Management Engine Reporter: juwatts
Component: APIAssignee: drew uhlmann <duhlmann>
Status: CLOSED CURRENTRELEASE QA Contact: juwatts
Severity: high Docs Contact: Red Hat CloudForms Documentation <cloudforms-docs>
Priority: medium    
Version: 5.11.0CC: dmetzger, mshriver, obarenbo, yrudman
Target Milestone: GAKeywords: TestOnly, ZStream
Target Release: 5.12.0Flags: mfeifer: mirror+
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of:
: 1805902 (view as bug list) Environment:
Last Closed: 2020-10-26 16:13:52 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: Bug
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: CFME Core Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1805902    

Description juwatts 2019-09-09 16:53:09 UTC
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:

Comment 3 CFME Bot 2020-02-14 19:02:09 UTC
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(-)