Merge "Fix nova compute container depends_on to be list"
This commit is contained in:
commit
9189afc775
@ -639,7 +639,8 @@ outputs:
|
||||
privileged: true
|
||||
user: nova
|
||||
restart: always
|
||||
depends_on: tripleo_nova_libvirt
|
||||
depends_on:
|
||||
- tripleo_nova_libvirt
|
||||
healthcheck: {get_attr: [ContainersCommon, healthcheck_rpc_port]}
|
||||
volumes:
|
||||
list_concat:
|
||||
|
Loading…
Reference in New Issue
Block a user