keystone install: expicitly set log_dir
The ubuntu keystone package doesn't set a value for log_dir. Set it to /var/log/keystone for consistency with the rest of the services. Change-Id: Ib98ef2fbf89e74b08e04212cc3de287f90a82ff0
This commit is contained in:
parent
2da5f529f5
commit
0c80043fd0
@ -194,7 +194,14 @@ admin_token = ADMIN_TOKEN
|
||||
<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>
|
||||
</step>
|
||||
|
||||
<step os="ubuntu">
|
||||
<para>Configure the log directory. Edit the
|
||||
<filename>/etc/keystone/keystone.conf</filename> file and update the
|
||||
<literal>[DEFAULT]</literal> section:</para>
|
||||
<programlisting language="ini">[DEFAULT]
|
||||
...
|
||||
log_dir = /var/log/keystone</programlisting>
|
||||
</step>
|
||||
<step os="ubuntu">
|
||||
<para>Restart the Identity Service:</para>
|
||||
<screen><prompt>#</prompt> <userinput>service keystone restart</userinput></screen>
|
||||
|
Loading…
x
Reference in New Issue
Block a user