Skip to content
Snippets Groups Projects
Commit fbf712b6 authored by Bertrand Lallau's avatar Bertrand Lallau
Browse files

Fix logrotate issue on Octavia and Watcher service

Services config files are missing in cron command.
Cron Jinja template has been adapted in order to take it into account.

Change-Id: I5aef67b774ddaf83afdfe03d099b91e68a11ae1d
Closes-Bug: #1673163
Closes-Bug: #1673193
parent 590d8753
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,7 @@
( 'murano', enable_murano ),
( 'neutron', enable_neutron ),
( 'nova', enable_nova ),
( 'octavia', enable_octavia ),
( 'panko', enable_panko ),
( 'rabbitmq', enable_rabbitmq ),
( 'sahara', enable_sahara ),
......@@ -32,7 +33,8 @@
( 'senlin', enable_senlin ),
( 'solum', enable_solum ),
( 'swift', enable_swift ),
( 'tacker', enable_tacker )
( 'tacker', enable_tacker ),
( 'watcher', enable_watcher )
] %}
{
"command": "{{ cron_cmd }}",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment