Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Fix list_concat for Nfs mounts
Browse files Browse the repository at this point in the history
When NovaNfsEnabled: True, we try to include var-lib-nova-instances.mount.
The syntax for list_concat in the template is currently incorrect which
results in an error while rendering the template.

Resolves: rhbz#2151009
Change-Id: Ic9ed13264f4f66aa04f90621972c6262de4a98e2
  • Loading branch information
bshephar committed Dec 6, 2022
1 parent 68560aa commit 1217a61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/nova/nova-compute-container-puppet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1385,7 +1385,7 @@ outputs:
- - tripleo_nova_libvirt.target
- if:
- {get_param: NovaNfsEnabled}
- var-lib-nova-instances.mount
- - var-lib-nova-instances.mount
healthcheck: {get_attr: [ContainersCommon, healthcheck_rpc_port]}
volumes:
list_concat:
Expand Down

0 comments on commit 1217a61

Please sign in to comment.