Use wildcard for keystone log files
SUSE has followed Triple-O/devstack recommendations for setting up the keystone log files and now uses in /var/log/keystone instead of keystone.log the files keystone-all.log and keystone-manage.log. Use a wildcard to handle both variations. Change-Id: I23ef7a07bb6652b647bc3a8168aa6fa97e59e0ea Closes-Bug: #1290443
This commit is contained in:
parent
4124a5f425
commit
801e5fdb0b
@ -192,7 +192,7 @@ admin_token = ADMIN_TOKEN
|
||||
<para>By default, Keystone uses PKI tokens. Create the signing
|
||||
keys and certificates:</para>
|
||||
<screen os="rhel;centos;fedora;opensuse;sles"><prompt>#</prompt> <userinput>keystone-manage pki_setup --keystone-user keystone --keystone-group keystone</userinput>
|
||||
<prompt>#</prompt> <userinput>chown -R keystone:keystone /etc/keystone/* /var/log/keystone/keystone.log</userinput></screen>
|
||||
<prompt>#</prompt> <userinput>chown -R keystone:keystone /etc/keystone/* /var/log/keystone/keystone*.log</userinput></screen>
|
||||
</step>
|
||||
<step os="ubuntu">
|
||||
<para>Configure the log directory. Edit the
|
||||
|
Loading…
Reference in New Issue
Block a user