Merge "Nova: Start nova-compute after its NFS backend is ready" into stable/train

This commit is contained in:
Zuul 2023-03-08 04:21:03 +00:00 committed by Gerrit Code Review
commit f1d609a73d
1 changed files with 6 additions and 1 deletions

View File

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