Does anyone have any suggestions to separate only the notifications to a different rabbitmq ? In Glance I am able to do this -
# Configuration options if sending notifications via rabbitmq (these are # the defaults) rabbit_host = <<Ceilometer dedicated rabbitmq>> rabbit_port = 5672 rabbit_use_ssl = false rabbit_userid = guest rabbit_password = guest rabbit_virtual_host = / rabbit_notification_exchange = glance rabbit_notification_topic = notifications rabbit_durable_queues = False Trying to do similar in Cinder and Neutron. Thanks, Prashanth On Thu, Jan 23, 2014 at 5:57 PM, Prashanth Hari <[email protected]> wrote: > We are running a dedicated rabbitmq for the ceilometer metering. The nova > compute agents are able to send events to this queue. > > I am trying to find how other components like Cinder, Neutron etc can be > configured to send only the notifications events to an external queue > dedicated for the meter collections ? Is that supported ? > > > Thanks, > Prashanth >
_______________________________________________ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : [email protected] Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
