From ab4cd6a02c0b95f15500bc8f0f817cb28b813905 Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Thu, 16 Oct 2014 10:53:12 +0200 Subject: [PATCH] Change owner/group of all files in /var/log/keystone after initializing PKI Because the log file for keystone is keystone-all.log on openSUSE we should not use the filename to be distribution independent. Change-Id: I2eb2735edc61b81299004109db0304fae8417197 --- doc/install-guide/section_keystone-install.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/install-guide/section_keystone-install.xml b/doc/install-guide/section_keystone-install.xml index 5a5de0c839..40aace4063 100644 --- a/doc/install-guide/section_keystone-install.xml +++ b/doc/install-guide/section_keystone-install.xml @@ -99,7 +99,7 @@ verbose = True Create generic certificates and keys and restrict access to the associated files: # keystone-manage pki_setup --keystone-user keystone --keystone-group keystone -# chown keystone:keystone /var/log/keystone/keystone.log +# chown -R keystone:keystone /var/log/keystone # chown -R keystone:keystone /etc/keystone/ssl # chmod -R o-rwx /etc/keystone/ssl