Merge "Keystone config file needs to be owned by keystone user."
This commit is contained in:
commit
4792996874
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user