kolla-ansible/docker/common/rabbitmq/config-internal.sh
Swapnil Kulkarni 1c147e4def Update service helper scripts for variable changes
- Updated the required variables to be sorted so
  that they are better visible one on each line

- Removed variable defaults from each service scripts
  and added them to tools/genenv file which holds
  all default values

Change-Id: Ia7b1b08ba3f963b46b81434ce84f476d56890a93
Closes-Bug: #1476494
Closes-Bug: #1467652
2015-07-29 18:08:50 +00:00

12 lines
193 B
Bash
Executable File

#!/bin/bash
. /opt/kolla/kolla-common.sh
. /opt/kolla/config-rabbit.sh
check_required_vars RABBITMQ_PASS \
RABBITMQ_USER
configure_rabbit
exec /usr/sbin/rabbitmq-server