Merge "Updates chown example of keystone conf file to entire directory"
This commit is contained in:
commit
fcf29b493e
@ -514,12 +514,12 @@ database and an administration token.
|
||||
|
||||
.. only:: obs
|
||||
|
||||
6. Change the ownership of :file:`/etc/keystone/keystone.conf` to give the
|
||||
6. Change the ownership of :file:`/etc/keystone` to give the
|
||||
``keystone`` system access to it:
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
# chown keystone /etc/keystone/keystone.conf
|
||||
# chown -R keystone:keystone /etc/keystone
|
||||
|
||||
|
|
||||
|
||||
|
@ -392,10 +392,10 @@ Listen 35357
|
||||
<step os="opensuse;sles">
|
||||
<para>
|
||||
Change the ownership of
|
||||
<filename>/etc/keystone/keystone.conf</filename> to give the
|
||||
<filename>/etc/keystone</filename> to give the
|
||||
<literal>keystone</literal> system access to it:
|
||||
</para>
|
||||
<screen><prompt>#</prompt> <userinput>chown keystone /etc/keystone/keystone.conf</userinput></screen>
|
||||
<screen><prompt>#</prompt> <userinput>chown -R keystone:keystone /etc/keystone</userinput></screen>
|
||||
</step>
|
||||
</procedure>
|
||||
<procedure>
|
||||
|
Loading…
Reference in New Issue
Block a user