Fedora Account System
Red Hat Associate
Red Hat Customer
Description of problem: The RHEV provider was added in CFME 3.2 and then migrated to CFME 4.1 by referring article[0]. If I try and change the API port to 443 or blank the test authentication button works. However when I try and save the changes I get the error: ~~~ Endpoints.verify_ssl is not included in the list ~~~ Version-Release number of selected component (if applicable): cfme-5.6.0.13-1.el7cf.x86_64 How reproducible: Always Steps to Reproduce: 1. Add RHEV provider in CFME 3.2. 2. Install fresh CFME 4.1 3. Migrate CFME 3.2 db to CFME 4.1 following [0] 4. Edit RHEV provider, change API port and try to 'Save'. Actual results: Error: ~~~ Endpoints.verify_ssl is not included in the list ~~~ Expected results: API port should get change and able to 'save' it if credential is valid. [0]https://access.redhat.com/articles/2327481
*** Bug 1366918 has been marked as a duplicate of this bug. ***
Assigning to Marcel to track down upgrade issues.
I am working on the verify_ssl issue. But regarding the port. Should we change the port from 5000 to 443 during an upgrade?
I understand that the port 5000 issue was due to a ui issue that we got the default openstack port rather than the rhev one. Greg knows about it afair.
I have a fix for the verify_ssl issue https://github.com/ManageIQ/manageiq/pull/10736 The auth being invalid is because of the port being 0 and not nil. Greg, is there a BZ for this?
The 5000 in the UI is being tracked here https://bugzilla.redhat.com/show_bug.cgi?id=1361258
https://github.com/ManageIQ/manageiq/pull/10758
PR https://github.com/ManageIQ/manageiq/pull/10758 in Comment 14 is for another issue. For the verify_ssl issue https://github.com/ManageIQ/manageiq/pull/10758 For the port being 0 issue https://github.com/ManageIQ/manageiq/pull/10783
Verified in 5.7.0.0