Merge "Make docker cluster store point to right cluster"

This commit is contained in:
Jenkins 2017-09-04 07:14:55 +00:00 committed by Gerrit Code Review
commit 290afe3a49

View File

@ -16,7 +16,7 @@
# OVS_PHYSICAL_BRIDGE=br-ex
# Configure Docker cluster store
DOCKER_CLUSTER_STORE=${DOCKER_CLUSTER_STORE:-etcd://$HOST_IP:$ETCD_PORT}
DOCKER_CLUSTER_STORE=${DOCKER_CLUSTER_STORE:-etcd://$SERVICE_HOST:$ETCD_PORT}
# Enable Zun services
if [[ ${HOST_IP} == ${SERVICE_HOST} ]]; then