Merge "Enable etcd health check"

This commit is contained in:
Zuul 2018-03-15 03:23:43 +00:00 committed by Gerrit Code Review
commit 045d903363

View File

@ -91,6 +91,8 @@ outputs:
net: host
privileged: false
restart: always
healthcheck:
test: /openstack/healthcheck
volumes:
- /var/lib/etcd:/var/lib/etcd
- /etc/localtime:/etc/localtime:ro