Merge "Enable health check for Ironic inspector services"

This commit is contained in:
Zuul 2018-09-21 23:31:48 +00:00 committed by Gerrit Code Review
commit 399d03a538
1 changed files with 4 additions and 0 deletions

View File

@ -187,6 +187,8 @@ outputs:
privileged: true
net: host
restart: always
healthcheck:
test: /openstack/healthcheck
volumes:
list_concat:
- {get_attr: [ContainersCommon, volumes]}
@ -205,6 +207,8 @@ outputs:
net: host
restart: always
user: root
healthcheck:
test: /openstack/healthcheck
volumes:
list_concat:
- {get_attr: [ContainersCommon, volumes]}