Bug 1645041
Summary: | [RFE] Add a method to remove automate domains in an automated fashion (REST API or other) | ||
---|---|---|---|
Product: | Red Hat CloudForms Management Engine | Reporter: | Imaan <ikaur> |
Component: | API | Assignee: | Joe Vlcek <jvlcek> |
Status: | CLOSED ERRATA | QA Contact: | Parthvi Vala <pvala> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 5.9.4 | CC: | cbolz, ikaur, jocarter, jvlcek, lavenel, obarenbo, pvala, simaishi, ssainkar |
Target Milestone: | GA | Keywords: | FutureFeature, RFE |
Target Release: | 5.11.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | 5.11.0.1 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2019-12-12 13:34:23 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | CFME Core | Target Upstream Version: | |
Embargoed: |
Comment 5
Dave Johnson
2018-11-01 10:05:06 UTC
Upstream PR: https://github.com/ManageIQ/manageiq-api/pull/548 Upstream PR merged with commit: https://github.com/ManageIQ/manageiq-api/commit/1efd8d966d98fa7a848fce576ecc011b6ffb848b New commit detected on ManageIQ/manageiq-api/master: https://github.com/ManageIQ/manageiq-api/commit/a39a2f44af19dad1da8eeba5da6c7348a1f2684c commit a39a2f44af19dad1da8eeba5da6c7348a1f2684c Author: Joe VLcek <jvlcek> AuthorDate: Fri Jan 25 15:12:07 2019 -0500 Commit: Joe VLcek <jvlcek> CommitDate: Fri Jan 25 15:12:07 2019 -0500 Add delete automate domain support Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1645041 app/controllers/api/automate_domains_controller.rb | 23 + config/api.yml | 9 +- spec/requests/automate_domains_spec.rb | 45 + 3 files changed, 76 insertions(+), 1 deletion(-) FIXED. Verified on 5.11.0.7. Hey Suyog, Can we get this feature documented as well along with https://bugzilla.redhat.com/show_bug.cgi?id=1718949 ? This too is an enhancement on automate domains. Thanks, Parthvi Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2019:4199 |