Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions doc/source/operations/upgrading-openstack.rst
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,17 @@ For example,
[DEFAULT]
enabled_network_interfaces = neutron

RabbitMQ
--------

After some upgrades, it has been seen that RabbitMQ streams do not have replicas across all RabbitMQ nodes.
Errors like this will be logged::

Basic.consume: (406) PRECONDITION_FAILED - stream queue 'compute_fanout' in vhost '/' does not have a running replica on the local node

A proper fix is still WIP, in the meantime these errors can be resolved with this script:
`<https://gist.github.com/MoteHue/00ba4b85b8e708c46060e025deee8a78>`__

Security baseline
=================

Expand Down
Loading