Noggin: re-enable Fedora Messaging

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2020-09-01 15:37:08 +02:00
parent 8334489a75
commit 6788ce0ab1
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD
2 changed files with 2 additions and 6 deletions

View file

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

View file

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