Hide Forgot
Description of problem: foreman external provider entry is added to ovirt-engine with dummy url http://there.is.nothing. Version-Release number of selected component (if applicable): foreman-1.6.0.32-1.el6sat.noarch ovirt-engine-3.5.0-0.0.master.20140722232058.git8e1babc.el6.noarch How reproducible: always Steps to Reproduce: 1. login to web admin and go to Add external provider dialogu 2. on name field put Test 3. on URL put http://there.is.nothing. Actual results: you will see an entry that Test is added Expected results: Check if there is a real provider Additional info:
Created attachment 923303 [details] scrnshot
We do no validation of the URL's existence. That's why we have a "test" button. If someone wants to test it he can... We don't enforce anything, as one might want to prepare an environment, and add the provider even before the provider actually exist... Also, it may be down, firewalld, etc... we don't block it, and we shouldn't block it. CLOSING as NOTABUG.