Merge "Nova: Start nova-compute after its NFS backend is ready"

This commit is contained in:
Zuul 2022-07-07 15:41:09 +00:00 committed by Gerrit Code Review
commit 9a09f2f2be
1 changed files with 5 additions and 1 deletions

View File

@ -1367,7 +1367,11 @@ outputs:
user: nova
restart: always
depends_on:
- tripleo_nova_libvirt.target
list_concat:
- - tripleo_nova_libvirt.target
- if:
- {get_param: NovaNfsEnabled}
- var-lib-nova-instances.mount
healthcheck: {get_attr: [ContainersCommon, healthcheck_rpc_port]}
volumes:
list_concat: