[Openstack-operators] Error running Glance with RabbitMQ (Havana)

Alvise Dorigo alvise.dorigo at pd.infn.it
Thu Nov 21 15:08:37 UTC 2013


Hello,
I'm having a problem starting glance with rabbitmq. This is the configuration in the glance-api.conf:

notifier_strategy = rabbit
# Configuration options if sending notifications via rabbitmq (these are
rabbit_host = 192.168.122.201
rabbit_port = 5672
rabbit_use_ssl = false
rabbit_userid = guest
rabbit_password = guest
rabbit_virtual_host = /
rabbit_notification_exchange = glance
rabbit_notification_topic = glance_notifications
rabbit_durable_queues = True

And this is the error I get when starting api and registry:

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
t__.py:54
2013-11-21 16:03:24 1828 CRITICAL glance [-] 'glance.notifier.notify_kombu.RabbitStrategy' is not an available notifier strategy.
[...]
2013-11-21 16:03:24 1828 TRACE glance     raise exception.InvalidNotifierStrategy(strategy=strategy)
2013-11-21 16:03:24 1828 TRACE glance InvalidNotifierStrategy: 'glance.notifier.notify_kombu.RabbitStrategy' is not an available notifier strategy.
2013-11-21 16:03:24 1828 TRACE glance 

Any idea about what could be missing on my host or wrongly configured ?

I've followed the istructions from here:

http://docs.openstack.org/havana/install-guide/install/yum/content/glance-install.html

Using QPID instead, doesn't produce any error.

thanks,

	Alvise
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-operators/attachments/20131121/56aa9a87/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 1756 bytes
Desc: not available
URL: <http://lists.openstack.org/pipermail/openstack-operators/attachments/20131121/56aa9a87/attachment.bin>


More information about the OpenStack-operators mailing list