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 net: host
privileged: false privileged: false
restart: always restart: always
healthcheck: {get_attr: [ContainersCommon, healthcheck_rpc_port]} healthcheck:
test: /openstack/healthcheck
volumes: volumes:
list_concat: list_concat:
- {get_attr: [ContainersCommon, volumes]} - {get_attr: [ContainersCommon, volumes]}