setup: Remove unused RABBITMQ_NODE.

This reverts commit 889547ff5e.  It is
unused in the Docker container, as the configurtaion of the `zulip`
user in the rabbitmq node is done via environment variables.  The
Zulip host in that context does not have `rabbitmqctl` installed, and
would have needed to know the Erlang cookie to be able to run these
commands.
This commit is contained in:
Alex Vandiver 2021-12-17 00:26:06 +00:00
parent 694c4dfe8f
commit b6cd89440e
1 changed files with 0 additions and 3 deletions

View File

@ -11,9 +11,6 @@ else
rabbitmqctl=(sudo rabbitmqctl)
fi
if [ -n "$RABBITMQ_NODE" ]; then
rabbitmqctl+=(-n "$RABBITMQ_NODE")
fi
RABBITMQ_USERNAME=$("$(dirname "$0")/../get-django-setting" RABBITMQ_USERNAME)
RABBITMQ_PASSWORD=$("$(dirname "$0")/../get-django-setting" RABBITMQ_PASSWORD)