<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi,<div>in this page <a href="http://openstack.redhat.com/Highly_Available_Qpid_for_OpenStack#Clustered_without_pacemaker">http://openstack.redhat.com/Highly_Available_Qpid_for_OpenStack#Clustered_without_pacemaker</a> </div><div>they explain how to make a glance-api service to connect to a redundant qpid broker server on two or more hosts. The parameter to use is qpid_hosts, but it seems to be ignored.</div><div><br></div><div>In fact, if I switch qpid off on the first host listed in the qpid_hosts, the glance-api will continue to try to connect to it receiving "connection refused"... and never tries to connect to the other one, in which qpid is still alive.</div><div><br></div><div>Any hint ? </div><div><br></div><div>In the following the relevant part of glance-api.conf</div><div>==========================</div><div><div>notifier_strategy=qpid</div><div><br></div><div># Configuration options if sending notifications via Qpid (these are</div><div># the defaults)</div><div>qpid_notification_exchange = glance</div><div>qpid_notification_topic = notifications</div><div>qpid_hosts=192.168.122.41:5672,192.168.122.42:5672</div><div>#qpid_hostname = localhost</div><div>qpid_username =</div><div>qpid_password =</div><div>qpid_sasl_mechanisms =</div><div>qpid_reconnect_timeout = 0</div><div>qpid_reconnect_limit = 0</div><div>qpid_reconnect_interval_min = 0</div><div>qpid_reconnect_interval_max = 0</div><div>qpid_reconnect_interval = 0</div><div>qpid_heartbeat=2</div><div># Set to 'ssl' to enable SSL</div><div>qpid_protocol = tcp</div><div>qpid_tcp_nodelay = True</div></div><div>==========================</div><div><br></div><div>thanks,</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre"> </span>Alvise</div></body></html>