<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hello,<div>I'm having a problem starting glance with rabbitmq. This is the configuration in the glance-api.conf:</div><div><br></div><div><div>notifier_strategy = rabbit</div><div># Configuration options if sending notifications via rabbitmq (these are</div><div>rabbit_host = 192.168.122.201</div><div>rabbit_port = 5672</div><div>rabbit_use_ssl = false</div><div>rabbit_userid = guest</div><div>rabbit_password = guest</div><div>rabbit_virtual_host = /</div><div>rabbit_notification_exchange = glance</div><div>rabbit_notification_topic = glance_notifications</div><div>rabbit_durable_queues = True</div></div><div><br></div><div>And this is the error I get when starting api and registry:</div><div><br></div><div><div>2013-11-21 16:03:24 1828 DEBUG glance.notifier [-] Converted strategy alias rabbit to glance.notifier.notify_kombu.RabbitStrategy __init__ /usr/lib/python2.6/site-packages/glance/notifier/__ini</div><div>t__.py:54</div><div>2013-11-21 16:03:24 1828 CRITICAL glance [-] 'glance.notifier.notify_kombu.RabbitStrategy' is not an available notifier strategy.</div></div><div>[...]</div><div><div>2013-11-21 16:03:24 1828 TRACE glance raise exception.InvalidNotifierStrategy(strategy=strategy)</div><div>2013-11-21 16:03:24 1828 TRACE glance InvalidNotifierStrategy: 'glance.notifier.notify_kombu.RabbitStrategy' is not an available notifier strategy.</div><div>2013-11-21 16:03:24 1828 TRACE glance </div></div><div><br></div><div>Any idea about what could be missing on my host or wrongly configured ?</div><div><br></div><div>I've followed the istructions from here:</div><div><br></div><div><a href="http://docs.openstack.org/havana/install-guide/install/yum/content/glance-install.html">http://docs.openstack.org/havana/install-guide/install/yum/content/glance-install.html</a></div><div><br></div><div>Using QPID instead, doesn't produce any error.</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>