Bug 1210761
| Summary: | REST API: Replace ManageIQ with CFME in REST API calls | ||
|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Ramesh A <rananda> |
| Component: | API | Assignee: | abellott |
| Status: | CLOSED ERRATA | QA Contact: | Ramesh A <rananda> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 5.4.0 | CC: | jhardy, obarenbo |
| Target Milestone: | GA | ||
| Target Release: | 5.4.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-06-16 12:57:38 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
New commit detected on manageiq/master: https://github.com/ManageIQ/manageiq/commit/2b165662a6f79bbaa0e2eae0e4ea77b24464fe78 commit 2b165662a6f79bbaa0e2eae0e4ea77b24464fe78 Author: Alberto Bellotti <abellott> AuthorDate: Wed Apr 15 12:57:40 2015 -0400 Commit: Alberto Bellotti <abellott> CommitDate: Wed Apr 15 15:53:19 2015 -0400 [api] Updating Rest API Versioning to 2.0.0 - Updating Versioning to 2.0.0 - Removed ManageIQ string from api.yml https://bugzilla.redhat.com/show_bug.cgi?id=1210761 vmdb/config/api.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Good to go. Verified and working in 5.4.0.0.24.20150427192818_1fd9e49
Now the api call returns the following output
{"name":"API","description":"REST API","version":"2.0.0",....
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://rhn.redhat.com/errata/RHBA-2015-1100.html |
Description of problem: REST API calls displays "ManageIQ" in name and description fields. Replace them with "CFME" Version-Release number of selected component (if applicable): 5.4.0.0.14.20150325124454_9e339f3 How reproducible: 100% Steps to Reproduce: 1. Make a REST API call. eg. http://<cfme-appliance-fqdn>/api Actual results: Displays ManageIQ instead of CFME. eg: {"name":"ManageIQ API","description":"ManageIQ REST API","version":"2.0.0-pre","..... Expected results: Should display CFME in name and description Additional info: