On 9/30/25 2:56 PM, Sean Mooney wrote:
i asked this qustion on irc but how exactly are you sendign the notificaiton
I'm not. Neutron is... I want port notifications for create / update / delete.
you are ment to do that by constucting a notifyer object and then calliing .info or .error ectra method on the notify which will internally constuct the target object that carry the fanout option
you shoudl not be using any of the internal transport or driver method directly
the reaons i ask is the public interface fo the notifyer object does tno allow you to set fanout one way or another and it will not set it itself.
so the fact your asking this quest impleise that you are not actully using the public interface for sending notifications.
https://github.com/openstack/oslo.messaging/blob/master/oslo_messaging/ notify/notifier.py#L210-L221
I'm just setting fanout true/false on the receiver side, as I'm not doing the notifier.info() thing myself, Neutron is... Cheers, Thomas Goirand (zigo)