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:
parent
912893ae83
commit
ca44e84805
@ -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 }}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user