Merge "Fix ceilometer_agent_compute healthcheck" into stable/victoria

This commit is contained in:
Zuul 2020-11-14 02:43:15 +00:00 committed by Gerrit Code Review
commit 2a20b7582f
1 changed files with 2 additions and 1 deletions

View File

@ -101,7 +101,8 @@ outputs:
net: host
privileged: false
restart: always
healthcheck: {get_attr: [ContainersCommon, healthcheck_rpc_port]}
healthcheck:
test: /openstack/healthcheck
volumes:
list_concat:
- {get_attr: [ContainersCommon, volumes]}