
- 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
12 lines
193 B
Bash
Executable File
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
|