Merge "Fix nova compute container depends_on to be list"
This commit is contained in:
commit
9189afc775
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user