Noggin: re-enable Fedora Messaging
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
8334489a75
commit
6788ce0ab1
2 changed files with 2 additions and 6 deletions
|
@ -11,9 +11,8 @@
|
|||
vars:
|
||||
|
||||
roles:
|
||||
# RabbitMQ is not redeployed in staging yet
|
||||
# - role: rabbit/user
|
||||
# username: "noggin{{ env_suffix }}"
|
||||
- role: rabbit/user
|
||||
username: "noggin{{ env_suffix }}"
|
||||
|
||||
- role: openshift/project
|
||||
app: noggin
|
||||
|
|
|
@ -40,6 +40,3 @@ SECRET_KEY = from_file('/etc/noggin-secrets/session').encode('utf-8')
|
|||
|
||||
# Spam checking
|
||||
# BASSET_URL = None
|
||||
|
||||
# Disable Fedora Messaging because it's not up in staging yet.
|
||||
FEDORA_MESSAGING_ENABLED = False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue