Update deprecated name of DockerRsyslogConfigImage
Old name was deprecated some time ago and replaced with new one in [1]. In patch [2] I changed variable DockerRsyslogImage to the new name in place where I missed it in [1] but for unknown for me reason I also missed to change DockerRsyslogConfigImage it in one last place so this patch fixes that. Now both of those variables should be updated everywhere finally :) [1] https://review.opendev.org/#/c/685109/ [2] https://review.opendev.org/#/c/685784/ Change-Id: I96df9a71024d6ffa8c7338b8b03616c13c175af9
This commit is contained in:
parent
472f415bb3
commit
cc7f77a741
@ -179,7 +179,7 @@ outputs:
|
||||
config_volume: rsyslog
|
||||
puppet_tags: 'rsyslog::generate_concat,concat::fragment'
|
||||
step_config: include ::tripleo::profile::base::logging::rsyslog
|
||||
config_image: {get_param: DockerRsyslogConfigImage}
|
||||
config_image: {get_param: ContainerRsyslogConfigImage}
|
||||
kolla_config:
|
||||
/var/lib/kolla/config_files/rsyslog.json:
|
||||
command: /usr/sbin/rsyslogd -n
|
||||
|
Loading…
Reference in New Issue
Block a user