summaryrefslogtreecommitdiffstats
path: root/roles/pdc/frontend/templates/settings_local.py
diff options
context:
space:
mode:
authorRalph Bean <rbean@redhat.com>2016-03-16 14:58:15 +0000
committerRalph Bean <rbean@redhat.com>2016-03-16 14:58:15 +0000
commita457556110f5c658516e62ef63035be569ce30fa (patch)
treea931c176e8b7bb5c9d6a7e0245c1dee38bfb0b06 /roles/pdc/frontend/templates/settings_local.py
parent37805e4c02961e7eab0ff279a0dce95ce142de5d (diff)
downloadansible-a457556110f5c658516e62ef63035be569ce30fa.tar.gz
ansible-a457556110f5c658516e62ef63035be569ce30fa.tar.xz
ansible-a457556110f5c658516e62ef63035be569ce30fa.zip
Turn on fedmsg for PDC.
Diffstat (limited to 'roles/pdc/frontend/templates/settings_local.py')
-rw-r--r--roles/pdc/frontend/templates/settings_local.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/roles/pdc/frontend/templates/settings_local.py b/roles/pdc/frontend/templates/settings_local.py
index 2d021a520..256260c3d 100644
--- a/roles/pdc/frontend/templates/settings_local.py
+++ b/roles/pdc/frontend/templates/settings_local.py
@@ -10,6 +10,11 @@
# settings, please remember to update your settings_local.py
# when the items you extended got updated in settings.py.
+# Turn on the fedmsg publishing plugin.
+MESSAGE_BUS = {
+ 'MLP': 'fedmsg', # MLP: Messaging Library Package
+}
+
REST_FRAMEWORK = {
'DEFAULT_AUTHENTICATION_CLASSES': (
'pdc.apps.auth.authentication.TokenAuthenticationWithChangeSet',