Comment 1 for bug 1439968

Revision history for this message
Wei Hu (huwei-xtu) wrote : Re: Can not set rabbit_max_retries and rabbit_retry_interval

See the options usage in oslo.message code.
https://github.com/openstack/oslo.messaging/blob/master/oslo_messaging/_drivers/impl_rabbit.py#L106

But I can find those options only in neutron.conf. The glance and nova relate configuration files do not contain those options.
https://github.com/openstack/glance/blob/master/etc/glance-registry.conf#L98

I guess those options should also be included in those configuration files. But not sure.