Merge "Fix nova compute container depends_on to be list"

This commit is contained in:
Zuul 2019-07-02 16:47:46 +00:00 committed by Gerrit Code Review
commit 9189afc775
1 changed files with 2 additions and 1 deletions

View File

@ -639,7 +639,8 @@ outputs:
privileged: true privileged: true
user: nova user: nova
restart: always restart: always
depends_on: tripleo_nova_libvirt depends_on:
- tripleo_nova_libvirt
healthcheck: {get_attr: [ContainersCommon, healthcheck_rpc_port]} healthcheck: {get_attr: [ContainersCommon, healthcheck_rpc_port]}
volumes: volumes:
list_concat: list_concat: