Merge "Keystone config file needs to be owned by keystone user."

This commit is contained in:
Jenkins 2012-02-03 01:34:56 +00:00 committed by Gerrit Code Review
commit 4792996874

View File

@ -46,9 +46,9 @@ sudo service mysql restart</literallayout></para>
<para>Edit /etc/keystone/keystone.conf to include the
--sql_connection to use the backend data store you just
created. Ensure that it is owned by root and chmod is set to
0640 since it contains your mysql password. (You do leave the "default_store" as sqllite, however.) </para>
0640 since it contains your mysql password. (You do leave the "default_store" as sqlite, however.) </para>
<literallayout class="monospaced">sudo nano /etc/keystone/keystone.conf
sudo chown root:root /etc/keystone/keystone.conf
sudo chown keystone:root /etc/keystone/keystone.conf
sudo chmod 0640 /etc/keystone/keystone.conf
</literallayout>
<para>Here is an