[Multinode gate] Fix error failed to update store
By default, kuryr-libnetwork set DOCKER_CLUSTER_STORE to localhost [1] It will raise error failed to update store [2] NOTE: This fix won't fix all error with multinode gate. The gate still failed because the error KuryrException: Another pool with same cidr exist. [1] https://github.com/openstack/kuryr-libnetwork/blob/master/devstack/settings#L23 [2] http://logs.openstack.org/11/494111/11/experimental/gate-tempest-dsvm-zun-multinode-docker-sql-ubuntu-xenial-nv/d2145e8/logs/screen-zun-compute.txt.gz#_Aug_20_06_16_07_462697 Change-Id: I95baae5d42af6a61ddf684673433621297f000ab
This commit is contained in:
parent
e880f06769
commit
9a64e23333
@ -15,6 +15,9 @@
|
||||
# PHYSICAL_NETWORK=public
|
||||
# OVS_PHYSICAL_BRIDGE=br-ex
|
||||
|
||||
# Configure Docker cluster store
|
||||
DOCKER_CLUSTER_STORE=${DOCKER_CLUSTER_STORE:-etcd://$HOST_IP:$ETCD_PORT}
|
||||
|
||||
# Enable Zun services
|
||||
if [[ ${HOST_IP} == ${SERVICE_HOST} ]]; then
|
||||
enable_service zun-api
|
||||
|
Loading…
x
Reference in New Issue
Block a user