Merge "Allow optional volumes for nova_libvirt container"

This commit is contained in:
Zuul 2020-09-28 16:15:29 +00:00 committed by Gerrit Code Review
commit 704b50df79
1 changed files with 5 additions and 0 deletions

View File

@ -236,6 +236,10 @@ parameters:
Override the compile time default TLS priority string.
type: string
default: 'NORMAL:-VERS-SSL3.0:-VERS-TLS-ALL:+VERS-TLS1.2'
NovaLibvirtOptVolumes:
default: []
description: list of optional volumes to be mounted
type: comma_delimited_list
conditions:
@ -708,6 +712,7 @@ outputs:
list_concat:
- {get_attr: [ContainersCommon, volumes]}
- {get_attr: [NovaLibvirtLogging, volumes]}
- {get_param: NovaLibvirtOptVolumes}
-
- /etc/ssh/ssh_known_hosts:/etc/ssh/ssh_known_hosts:ro
- /var/lib/kolla/config_files/nova_libvirt.json:/var/lib/kolla/config_files/config.json:ro