Merge "Fix nova-conductor healthcheck RPC port"

This commit is contained in:
Zuul 2019-09-13 19:33:53 +00:00 committed by Gerrit Code Review
commit 247191dcbc
1 changed files with 1 additions and 2 deletions

View File

@ -178,8 +178,7 @@ outputs:
net: host
privileged: false
restart: always
healthcheck:
test: /openstack/healthcheck
healthcheck: {get_attr: [ContainersCommon, healthcheck_rpc_port]}
volumes:
list_concat:
- {get_attr: [ContainersCommon, volumes]}