Merge "Fix ceilometer_agent_compute healthcheck"

This commit is contained in:
Zuul 2020-11-06 07:28:53 +00:00 committed by Gerrit Code Review
commit af5c98383a
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]}