Description of problem: Cloudform is not able to finish adding an openstack if one of the component endpoint not responding. Version-Release number of selected component (if applicable): 5.4.3.1 How reproducible: Attach an openstack where one of the component isn't reponding You can use an osp-d to reproduce this issue : https://bugzilla.redhat.com/show_bug.cgi?id=1283905 Steps to Reproduce: 1. deploy an openstack with osp-d following the bug bellow, or comment the haproxy listen from configuration of each controllers. 2. Add a new cloud provider Openstack 3. Information of this cloud will never be displayed because it fail on interrogating one of the endpoint : tail /var/www/miq/vmdb/log/fog.log -f [----] D, [2015-11-20T09:35:02.133323 #2494:ab7ea8] DEBUG -- : excon.request {:uri=>"http://10.41.18.20:8080/v1/AUTH_92d1b60d737a4bdb96eb3894bc8a4eb2/", :query=>{"format"=>"json"}, :method=>"GET", :headers=> {"User-Agent"=>"fog/1.29.0 fog-core/1.32.1", "Content-Type"=>"application/json", "Accept"=>"application/json", "X-Auth-Token"=>"309873e9c7ac446a8af449e5247d25b0", "Host"=>"10.41.18.20:8080"}, :body=>nil} [----] E, [2015-11-20T09:35:02.135316 #2494:ab7ea8] ERROR -- : excon.error #<Excon::Errors::SocketError: Connection refused - connect(2) (Errno::ECONNREFUSED)> Interface display : Default Credentials Valid Last Refresh Error - 4 Minutes Ago Connection refused - connect(2) (Errno::ECONNREFUSED Actual results: Cloudform stop the scan and let the cloudprovider as unknown while it has information of tenants, vm .... Expected results: It should warn and skip the missing element. Additional info:
All stated keystone endpoints must be reachable in order for refresh to finish. This looks to be caused by BZ#1237009.