Turn on fedmsg for PDC.
This commit is contained in:
parent
37805e4c02
commit
a457556110
3 changed files with 9 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue