Hi,

maybe you meant oslo_messaging options ? 

https://docs.openstack.org/oslo.messaging/latest/configuration/opts.html

Kevko
Michal Arbet
Openstack Engineer

Ultimum Technologies a.s.
Na Poříčí 1047/26, 11000 Praha 1
Czech Republic

+420 604 228 897 
michal.arbet@ultimum.io
https://ultimum.io



út 25. 10. 2022 v 14:59 odesílatel Michal Arbet <michal.arbet@ultimum.io> napsal:
Hi,

Configuration reference includes only the "heartbeat" config option ... https://www.rabbitmq.com/configure.html 
We also needed to change this value, I also proposed a patch for kolla-ansible.

https://review.opendev.org/c/openstack/kolla-ansible/+/861727

Kevko


Michal Arbet
Openstack Engineer

Ultimum Technologies a.s.
Na Poříčí 1047/26, 11000 Praha 1
Czech Republic

+420 604 228 897 
michal.arbet@ultimum.io
https://ultimum.io



út 25. 10. 2022 v 14:47 odesílatel wodel youchi <wodel.youchi@gmail.com> napsal:
Hi,
I need to tweak these variables in my Rabbitmq :
heartbeat_timeout_threshold
heartbeat_rate
heartbeat_interval
When I tried to add
heartbeat_timeout_threshold = 600 to rabbitmq.conf and reconfigure, the service failed to start with :

13:39:41.756 [error] You've tried to set heartbeat_timeout_threshold, but there is no setting with that name.
13:39:41.758 [error]   Did you mean one of these?
13:39:41.838 [error]     socket_writer.gc_threshold
13:39:41.838 [error]     handshake_timeout
13:39:41.838 [error]     auth_http.http_method
13:39:41.838 [error] You've tried to set heartbeat_rate, but there is no setting with that name.
13:39:41.838 [error]   Did you mean one of these?
13:39:41.888 [error]     heartbeat
13:39:41.889 [error]     cluster_name
13:39:41.889 [error]     channel_max
13:39:41.889 [error] Error preparing configuration in phase transform_datatypes:
13:39:41.889 [error]   - Conf file attempted to set unknown variable: heartbeat_rate
13:39:41.889 [error]   - Conf file attempted to set unknown variable: heartbeat_timeout_threshold

How can I modify those variables?

Regards.