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