Merge "Updates chown example of keystone conf file to entire directory"

This commit is contained in:
Jenkins 2015-08-10 06:19:52 +00:00 committed by Gerrit Code Review
commit fcf29b493e
2 changed files with 4 additions and 4 deletions

View File

@ -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
|

View File

@ -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>