Merge "Fix ceilometer_agent_compute healthcheck" into stable/ussuri

changes/28/767328/1
Zuul 2 years ago committed by Gerrit Code Review
commit e24f094eab

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

Loading…
Cancel
Save