RabbitMQ consumer connection is refused when trying to read notifications

Anil Jangam anilj.mailing at gmail.com
Sat Jul 18 06:00:19 UTC 2020


Hi, Can someone please provide some clue on this issue?

/anil.

On Thu, Jul 16, 2020 at 2:41 PM Anil Jangam <anilj.mailing at gmail.com> wrote:

> Hi,
>
> I followed the video and the steps provided in this video link and the
> consumer connection is being refused.
>
> https://www.openstack.org/videos/summits/denver-2019/nova-versioned-notifications-the-result-of-a-3-year-journey
>
> /etc/nova/nova.conf file changes..
> [notifications]
> notify_on_state_change=vm_state
> default_level=INFO
> notification_format=both
>
> [oslo_messaging_notifications]
> driver=messagingv2
> transport_url=rabbit://guest:guest@10.30.8.57:5672/
> topics=notification
> retry=-1
>
> The python consume code is as follows (followed the example provided in
> the video:
> transport = oslo_messaging.get_notification_transport(
>             cfg.CONF, url='rabbit://guest:guest@10.30.8.57:5672/')
> targets = [
>     oslo_messaging.Target(topic='versioned_notifications'),
> ]
>
> Am I missing any other configuration in any of the services in OpenStack?
>
> Let me know if you need any other info.
>
> /anil.
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-discuss/attachments/20200717/e96fcaed/attachment.html>


More information about the openstack-discuss mailing list