Turn on fedmsg for PDC.

This commit is contained in:
Ralph Bean 2016-03-16 14:58:15 +00:00
parent 37805e4c02
commit a457556110
3 changed files with 9 additions and 6 deletions

View file

@ -29,6 +29,5 @@ fedmsg_certs:
- service: pdc
owner: root
group: apache
# We don't have notifications from PDC yet, but when we do, add them here.
#can_send:
#- pdc.somethingorother
can_send:
- pdc.compose

View file

@ -29,6 +29,5 @@ fedmsg_certs:
- service: pdc
owner: root
group: apache
# We don't have notifications from PDC yet, but when we do, add them here.
#can_send:
#- pdc.somethingorother
can_send:
- pdc.compose

View file

@ -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',