zun/devstack
Kien Nguyen 9a64e23333 [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
2017-08-21 09:43:32 +07:00
..
2017-05-24 19:23:21 +00:00

DevStack Integration

This directory contains the files necessary to integrate zun with devstack.

Refer the quickstart guide at https://docs.openstack.org/zun/latest/dev/quickstart.html for more information on using devstack and zun.

To install zun into devstack, add the following settings to enable the zun plugin:

cat > /opt/stack/devstack/local.conf << END
[[local|localrc]]
enable_plugin zun https://git.openstack.org/openstack/zun master
END

Then run devstack normally:

cd /opt/stack/devstack
./stack.sh