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:
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