Merge "Add logrotate configuration for placement service"
This commit is contained in:
commit
9bbba35b2f
@ -225,6 +225,7 @@
|
||||
- { name: "nova-libvirt", enabled: "{{ enable_nova | bool and nova_compute_virt_type in ['kvm', 'qemu'] }}" }
|
||||
- { name: "octavia", enabled: "{{ enable_octavia | bool }}" }
|
||||
- { name: "outward-rabbitmq", enabled: "{{ enable_outward_rabbitmq | bool }}" }
|
||||
- { name: "placement", enabled: "{{ enable_placement | bool }}" }
|
||||
- { name: "rabbitmq", enabled: "{{ enable_rabbitmq | bool }}" }
|
||||
- { name: "sahara", enabled: "{{ enable_sahara | bool }}" }
|
||||
- { name: "senlin", enabled: "{{ enable_senlin | bool }}" }
|
||||
|
@ -0,0 +1,3 @@
|
||||
"/var/log/kolla/placement/*.log"
|
||||
{
|
||||
}
|
5
releasenotes/notes/bug-1954723-2d49335022492891.yaml
Normal file
5
releasenotes/notes/bug-1954723-2d49335022492891.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
Fixes Placement no logrotate configuration
|
||||
`LP#1954723 <https://bugs.launchpad.net/kolla-ansible/+bug/1954723>`__
|
Loading…
Reference in New Issue
Block a user