Merge "Add healthcheck for nova-virtlogd container"

This commit is contained in:
Zuul 2019-12-03 15:07:31 +00:00 committed by Gerrit Code Review
commit d85e4ad372
1 changed files with 3 additions and 1 deletions

View File

@ -645,6 +645,8 @@ outputs:
security_opt: label=disable
privileged: true
restart: always
healthcheck:
test: '/openstack/healthcheck virtlogd'
volumes:
list_concat:
- {get_attr: [ContainersCommon, volumes]}
@ -681,7 +683,7 @@ outputs:
depends_on:
- tripleo_nova_virtlogd
healthcheck:
test: /openstack/healthcheck
test: '/openstack/healthcheck libvirtd'
volumes:
list_concat:
- {get_attr: [ContainersCommon, volumes]}