<div dir="ltr">Hey Lawrence,<div><br></div><div>The nc -z is checking that you can connect to the port, but the error itself looks to be related to the handshake when using SSL certificates in rabbitmq.</div><div><br></div><div>"<span style="color:rgb(0,0,0);font-family:calibri,arial,helvetica,sans-serif">getrandom() initialization failed. (_ssl.c:590)" being the important bit there. You'll probably find more if you start searching around that area rather than the connection failure itself.</span></div><div><br></div><div>On a side note - this sounds like it may well be a bug with SSL certs in rabbitmq in OpenStack-Ansible, I'd love to get that fixed if that is the case!</div><div><br></div><div>Hope that helps though.</div><div><br></div><div>Andy</div></div><div class="gmail_extra"><br><div class="gmail_quote">On 6 March 2017 at 15:38, Lawrence J. Albinson <span dir="ltr"><<a href="mailto:lawrence@ljalbinson.com" target="_blank">lawrence@ljalbinson.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">




<div dir="ltr">
<div name="divtagdefaultwrapper" id="m_-9119998862115081179divtagdefaultwrapper" style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:#000000;margin:0">
I've been chasing a problems with a build for some days now and would greatly appreciate any pointers the community can offer.<br>
<br>
The build is built of three nodes (infra+storage+compute) each of which is a KVM virtual machine.<br>
<br>
After installation everything seems fine. However, after rebooting the compute node the hypervisor list reports it as being down.<br>
<br>
The /var/log/nova/nova-compute.log is filling up with messages of the form:<br>
<br>
     2017-03-06 14:13:11.209 4380 ERROR oslo.messaging._drivers.impl_<wbr>rabbit [req-7fa52faa-c21f-4a1c-8413-<wbr>fddad9e52c2e - - - - -] [fd4c494d-1ef5-4502-991f-<wbr>521f0a8a2bc3] AMQP server on <a href="http://172.29.237.147:5671" target="_blank">172.29.237.147:5671</a> is unreachable: getrandom() initialization failed. (_ssl.c:590).
 Trying again in 32 seconds. Client port: None<br>
<br>
I can confirm that 172.29.237.147 is in fact reachable from compute1.<br>
<br>
Furthermore,  'nc -z -v -w5 172.29.237.147 5671' reports:<br>
<br>
    Connection to 172.29.237.147 5671 port [tcp/amqps] succeeded!<br>
<br>
Any pointers would be greatly appreciated.<br>
<br>
Kind regards, Lawrence<br>
</div>
</div>

<br>______________________________<wbr>______________________________<wbr>______________<br>
OpenStack Development Mailing List (not for usage questions)<br>
Unsubscribe: <a href="http://OpenStack-dev-request@lists.openstack.org?subject:unsubscribe" rel="noreferrer" target="_blank">OpenStack-dev-request@lists.<wbr>openstack.org?subject:<wbr>unsubscribe</a><br>
<a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev" rel="noreferrer" target="_blank">http://lists.openstack.org/<wbr>cgi-bin/mailman/listinfo/<wbr>openstack-dev</a><br>
<br></blockquote></div><br></div>