Merge "Fix ceilometer_agent_compute healthcheck" into stable/ussuri

This commit is contained in:
Zuul 2020-12-16 21:30:57 +00:00 committed by Gerrit Code Review
commit e24f094eab
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]}