Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1067000

Summary: error in documentation regarding keystone with httpd authentication
Product: Red Hat OpenStack Reporter: Gabriel Staicu <gabriel_staicu>
Component: doc-Installation_and_Configuration_GuideAssignee: Don Domingo <ddomingo>
Status: CLOSED CURRENTRELEASE QA Contact: ecs-bugs
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: ddomingo, yeylon
Target Milestone: z2Keywords: Documentation
Target Release: 4.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Build Name: 15807, Installation and Configuration Guide-4 Build Date: 23-01-2014 09:35:27 Topic ID: 25142-566979 [Latest]
Last Closed: 2014-03-04 01:59:53 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Gabriel Staicu 2014-02-19 13:36:39 UTC
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:

Comment 2 Don Domingo 2014-02-19 14:05:01 UTC
Fixed in source, waiting for inclusion in A2 build. Thanks Gabriel.