Keystone config file needs to be owned by keystone user.

Since the keystone service runs as the keystone user, the
/etc/keystone/keystone.conf needs to be owned by the keystone user it the
service won't start.

Change-Id: I150499350d1d13495fb34e81e67f8e7d2e5e8339
This commit is contained in:
Lorin Hochstein 2012-02-02 13:29:38 -05:00
parent ae1b139b13
commit b6611083ce
1 changed files with 2 additions and 2 deletions

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