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

Bug 1197117

Summary: error in openstack documentation reported by the customer
Product: Red Hat OpenStack Reporter: Eduard Barrera <ebarrera>
Component: documentationAssignee: Don Domingo <ddomingo>
Status: CLOSED CURRENTRELEASE QA Contact: RHOS Documentation Team <rhos-docs>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 5.0 (RHEL 7)CC: ebarrera, yeylon
Target Milestone: z5Keywords: Documentation, ZStream
Target Release: 5.0 (RHEL 7)   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-03-10 03:36:31 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:
Bug Depends On:    
Bug Blocks: 1188649    

Description Eduard Barrera 2015-02-27 14:26:35 UTC
Description of problem:

There is somer reported erros in the following errors on the documentation:

https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux_OpenStack_Platform/5/html/Configuration_Reference_Guide/ch_configuring-dashboard.html#dashboard-config-https

- There's no "/etc/openstack-dashboard/local_settings.py" file on my Controller node. There's "/etc/openstack-dashboard/local_settings" file instead  <===== verified

- There's no "/etc/apache2/ports.conf" file on my Controller node. There's "/etc/httpd/conf/ports.conf" file instead <=== verified

- There's no "/etc/apache2/conf.d/openstack-dashboard.conf" file on my Controller node. There's "/etc/httpd/conf.d/15-horizon_vhost.conf" file instead   <=== both files are there

Thanks

Comment 5 Andrew Dahms 2015-03-08 23:11:07 UTC
Assigning to Don for review.

Comment 6 Don Domingo 2015-03-09 01:53:57 UTC
(In reply to Eduard Barrera from comment #0)
> Description of problem:
> 
> There is somer reported erros in the following errors on the documentation:
> 
> https://access.redhat.com/documentation/en-US/
> Red_Hat_Enterprise_Linux_OpenStack_Platform/5/html/
> Configuration_Reference_Guide/ch_configuring-dashboard.html#dashboard-config-
> https
> 
> - There's no "/etc/openstack-dashboard/local_settings.py" file on my
> Controller node. There's "/etc/openstack-dashboard/local_settings" file
> instead  <===== verified
> 

Renamed file.

> - There's no "/etc/apache2/ports.conf" file on my Controller node. There's
> "/etc/httpd/conf/ports.conf" file instead <=== verified
> 

Renamed file.

> - There's no "/etc/apache2/conf.d/openstack-dashboard.conf" file on my
> Controller node. There's "/etc/httpd/conf.d/15-horizon_vhost.conf" file
> instead   <=== both files are there

I installed HTTPD on a RHEL7 machine with OpenStack and couldn't find any "/etc/apache2/" directory. However, in the RHELOSP6 instructions for configuring HTTPS on the dashboard, we ask users to set those parameters in "/etc/httpd/conf.d/openstack-dashboard.conf":

https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux_OpenStack_Platform/6/html/Deploying_OpenStack_Learning_Environments/sect-Configure_the_Dashboard.html#Configuring_Secured_Deployment_HTTPS

As such, I backported the entire step (including the file contents).