From 404c14e4d6f795d5ba7265a819dccc86a5ecb4e1 Mon Sep 17 00:00:00 2001 From: Juan Badia Payno Date: Thu, 31 Aug 2017 11:07:11 +0200 Subject: docker: add logging(source & groups) The services that docker depends on, have logging_sources and logging_groups; but those are not set on the docker outputs so they are not used when dockers are deployed. Added logging_source & logging_groups as docker optional parameters in tools/yaml-validate.py Closes-Bug: #1718110 Change-Id: I8795eaf4bd06051e9b94aa50450dee0d8761e526 (cherry picked from commit 5dbe1121e98a794ec6a6387ff56ee34314177567) --- docker/services/nova-libvirt.yaml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docker/services/nova-libvirt.yaml') diff --git a/docker/services/nova-libvirt.yaml b/docker/services/nova-libvirt.yaml index c059cfaf..df168945 100644 --- a/docker/services/nova-libvirt.yaml +++ b/docker/services/nova-libvirt.yaml @@ -116,6 +116,8 @@ outputs: - get_attr: [NovaLibvirtBase, role_data, config_settings] - tripleo::profile::base::certmonger_user::libvirt_postsave_cmd: "true" # TODO: restart the libvirt container here + logging_source: {get_attr: [NovaLibvirtBase, role_data, logging_source]} + logging_groups: {get_attr: [NovaLibvirtBase, role_data, logging_groups]} step_config: &step_config list_join: - "\n" -- cgit 1.2.3-korg