Add local-up support

This commit is contained in:
Tim Hockin
2014-10-12 20:09:20 -07:00
parent 8f82d42f79
commit 99bca68c7d
2 changed files with 20 additions and 9 deletions

View File

@@ -53,6 +53,7 @@ APISERVER_LOG=/tmp/apiserver.log
--port="${API_PORT}" \
--etcd_servers="http://127.0.0.1:4001" \
--machines="127.0.0.1" \
--portal_net="10.0.0.0/24" \
--cors_allowed_origins="${API_CORS_ALLOWED_ORIGINS}" >"${APISERVER_LOG}" 2>&1 &
APISERVER_PID=$!