Merge "Remove unused SUPPORT_NODE variable"

This commit is contained in:
Jenkins 2016-06-18 02:30:34 +00:00 committed by Gerrit Code Review
commit 432c12fb7f

View File

@ -16,10 +16,8 @@ export https_proxy=
if [ "$MODE" = 'aio' ]; then if [ "$MODE" = 'aio' ]; then
# Run registry on port 4000 since it may collide with keystone when doing AIO # Run registry on port 4000 since it may collide with keystone when doing AIO
REGISTRY_PORT=4000 REGISTRY_PORT=4000
SUPPORT_NODE=operator
else else
REGISTRY_PORT=5000 REGISTRY_PORT=5000
SUPPORT_NODE=support01
fi fi
REGISTRY_URL="operator.local" REGISTRY_URL="operator.local"
REGISTRY=${REGISTRY_URL}:${REGISTRY_PORT} REGISTRY=${REGISTRY_URL}:${REGISTRY_PORT}