Red Hat Bugzilla – Bug 1067000
error in documentation regarding keystone with httpd authentication
Last modified: 2014-03-03 20:59:53 EST
Title: Configuring the Identity Service to Run in HTTPD Describe the issue: In the documentation at this link https://access.redhat.com/site/documentation/en-US/Red_Hat_Enterprise_Linux_OpenStack_Platform/4/html/Installation_and_Configuration_Guide/Configuring_the_Identity_Service_to_Run_in_HTTPD.html there is this line There are those 2 lines: # chmod 640 /etc/keystone.conf # chown root:apache /etc/keystone.conf Suggestions for improvement: Should be # chmod 640 /etc/keystone/keystone.conf # chown root:apache /etc/keystone/keystone.conf Additional information:
Fixed in source, waiting for inclusion in A2 build. Thanks Gabriel.