Skip to content

Commit 8616af8

Browse files
likuimarkgoddard
authored andcommitted
Add logrotate to libvirt service
Change-Id: I5d6af3707c3de4466699f1a0e6ff2f2e2fe4e123 (cherry picked from commit f17bd2d)
1 parent b3c26ae commit 8616af8

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

ansible/roles/common/tasks/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@
211211
- { name: "neutron-tls-proxy", enabled: "{{ neutron_enable_tls_backend |
212212
bool }}" }
213213
- { name: "nova", enabled: "{{ enable_nova | bool }}" }
214+
- { name: "nova-libvirt", enabled: "{{ enable_nova | bool and nova_compute_virt_type in ['kvm', 'qemu'] }}" }
214215
- { name: "octavia", enabled: "{{ enable_octavia | bool }}" }
215216
- { name: "outward-rabbitmq", enabled: "{{ enable_outward_rabbitmq | bool }}" }
216217
- { name: "panko", enabled: "{{ enable_panko | bool }}" }
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
"/var/log/kolla/libvirt/*.log"
2+
{
3+
}

0 commit comments

Comments
 (0)