Fix Keystone default log location typo

Followup on I7c2ba2b263dd84641674b60aed8971b129aa846f fixes Keystone
default log location typo.

TrivialFix

Related-Bug: #2033528
Change-Id: I239e06d6876de0ffbe3ca2d5fef1349045012b12
Signed-off-by: Maksim Malchuk <maksim.malchuk@gmail.com>
This commit is contained in:
Maksim Malchuk 2023-10-03 11:34:36 +03:00
parent 912893ae83
commit ca44e84805
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ logrotate_log_group: "root"
# Nginx default log location
nginx_log_dir: "/var/log/nginx"
# Keystone default log location
keystone_log_dir: "{{ nginx_log_dir }}/nginx/keystone"
keystone_log_dir: "{{ nginx_log_dir }}/keystone"
logrotate_components:
- "{{ nginx_log_dir }}"