Use Upstream Rabbitmq Docker Container
authorTrevor Bramwell <tbramwell@linuxfoundation.org>
Mon, 1 Oct 2018 17:28:17 +0000 (10:28 -0700)
committerTrevor Bramwell <tbramwell@linuxfoundation.org>
Mon, 1 Oct 2018 17:31:09 +0000 (10:31 -0700)
commit42aeeea8514b0ca99005ae64ca360a949ef9c6ef
tree234a5cd3abe85b5763376058ebcaa4514ee89ae0
parent7d275735c62c9d0ce423327d67494859e285fce7
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>
config.env.sample
docker-compose.yml
rabbitmq/Dockerfile [deleted file]
rabbitmq/init.sh [deleted file]
src/pharos_dashboard/settings.py