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

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]}