Merge "Fix Keystone default log location typo"

This commit is contained in:
Zuul 2023-10-03 14:19:26 +00:00 committed by Gerrit Code Review
commit 4bdcb0031d
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 }}"