From 2a34b74d56c405f19264d5e5daccbdeb308a8483 Mon Sep 17 00:00:00 2001 From: Weezer Su Date: Thu, 9 Mar 2017 15:56:32 -0600 Subject: [PATCH] Remove the NETWORK_BASE from build.sh remove the NETWORK_BASE from build.sh because it already been setup at the variables.sh Change-Id: I5143691ea83e9c8f8c7f91e6a56788fa62b4eee4 --- multi-node-aio/build.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/multi-node-aio/build.sh b/multi-node-aio/build.sh index 5882aace..24322b56 100755 --- a/multi-node-aio/build.sh +++ b/multi-node-aio/build.sh @@ -20,10 +20,6 @@ source functions.rc # bring in variable definitions if there is a variables.sh file [[ -f variables.sh ]] && source variables.sh -# Provide defaults for unset variables -# Set first two octets of network used for containers, storage, etc -NETWORK_BASE=${NETWORK_BASE:-172.29} - # Instruct the system do all of the require host setup SETUP_HOST=${SETUP_HOST:-true} [[ "${SETUP_HOST}" = true ]] && source setup-host.sh