* Create /etc/openstack_deploy/group_vars/rabbitmq_all.yml with content:
rabbitmq_repo_url:
https://deb1.rabbitmq.com/rabbitmq-server/{{ ansible_facts['distribution'] | lower }}/{{ ansible_facts['distribution_release'] | lower }}
rabbitmq_erlang_repo_url:
https://deb1.rabbitmq.com/rabbitmq-erlang/{{ ansible_facts['distribution'] | lower }}/{{ ansible_facts['distribution_release'] | lower }}
rabbitmq_gpg_keys:
- file: /etc/openstack_deploy/pki/rabbitmq.gpg
This should fix all existing deployments, while we are proposing and backporting patches for all maintained branches. So a proper fix is expected with the next bugfix release.