Actions
Issue #3366
closedsettings.yaml states the default broker to be Qpid but settings.py requires Rabbitmq
Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Assignee:
Category:
Installer - Moved to GitHub issues
Sprint/Milestone:
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
3.0.0
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Easy Fix
Sprint:
Sprint 34
Quarter:
Description
Based on the Plugin Writer's Coding Workshop Feedback, specific things, Qpid vs Rabbitmq defaults confusion. The settings.yaml
says we default to Qpid so folks install Qpid, but really in settings.py
it's Rabbitmq. (this is a 1 line fix)
Actions
Refer to RabbitMQ as the default broker
Since Pulp still won't run with vanilla qpid broker[1] it seems reasonable to refer to the RabbitMQ as the default broker instead.
Fixes #3366 https://pulp.plan.io/issues/3366
[1] https://github.com/celery/kombu/pull/810