Actions
Bug #12033
closedpuppet-pulp: incorrect value for [messaging] topic_exchange
Description
File: /etc/pulp/server.conf
The parameter used for setting [messaging] topic_exchange is incorrect.
It is currently defined as:
topic_exchange: '<%= scope['pulp::oauth_enabled'] %>'
but it should be:
topic_exchange: '<%= scope['pulp::messaging_topic_exchange'] %>'
Actions