summaryrefslogtreecommitdiffstats
path: root/dashboard/config.env.sample
diff options
context:
space:
mode:
authorTrevor Bramwell <tbramwell@linuxfoundation.org>2018-10-01 10:28:17 -0700
committerTrevor Bramwell <tbramwell@linuxfoundation.org>2018-10-01 10:31:09 -0700
commit9bab3b54b4382938f6a0347e8f47b1825c4f869c (patch)
treea6b274ffc443cc344b5794926583067967727925 /dashboard/config.env.sample
parenta048f1a39fdaf1767fce4492605b995cc62f1aa0 (diff)
Use Upstream Rabbitmq Docker Container
The upstream rabbitmq container supports specifying the default admin user and password through the environment variables: RABBITMQ_DEFAULT_USER and RABBITMQ_DEFAULT_PASS. Utilizing these variables removes the need to build a rabbitmq container specific to the Pharos LaaS Dashboard. Change-Id: I390d7fa9254a0f28b374235254caff59b219cd87 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Diffstat (limited to 'dashboard/config.env.sample')
-rw-r--r--dashboard/config.env.sample4
1 files changed, 2 insertions, 2 deletions
diff --git a/dashboard/config.env.sample b/dashboard/config.env.sample
index 8d0afd6..a2675ef 100644
--- a/dashboard/config.env.sample
+++ b/dashboard/config.env.sample
@@ -20,8 +20,8 @@ JIRA_USER_NAME=sample_jira_user
JIRA_USER_PASSWORD=sample_jira_pass
# Rabbitmq
-RABBITMQ_USER=opnfv
-RABBITMQ_PASSWORD=opnfvopnfv
+RABBITMQ_DEFAULT_USER=opnfv
+RABBITMQ_DEFAULT_PASS=opnfvopnfv
# Cleanup: time is in days
BOOKING_EXPIRE_TIME=30