Bug 1049537

Summary: Horizon help url in RDO points to the RHOS documentation
Product: [Community] RDO Reporter: Nir Magnezi <nmagnezi>
Component: openstack-packstackAssignee: Martin Magr <mmagr>
Status: CLOSED CURRENTRELEASE QA Contact: Ido Ovadia <iovadia>
Severity: high Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: aortega, apevec, athomas, chris.brown, derekh, ichavero, jguiditt, lbezdick, mmagr, mrunge, srevivo
Target Milestone: ---Keywords: Reopened, Triaged
Target Release: ---   
Hardware: Unspecified   
OS: Linux   
Whiteboard:
Fixed In Version: penstack-packstack-8.0.0-1.el7 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-06-18 05:54:59 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:

Comment 1 Nir Magnezi 2014-01-07 17:40:15 UTC
Description of problem:
=======================
Horizon help url in RDO points to the RHOS documentation while it should point to the upstream documentation.

Version-Release number of selected component (if applicable):
=============================================================
Icehouse: python-django-horizon-2014.1-0.1b1.el6.noarch
How reproducible:
=================
Always

Steps to Reproduce:
===================
1. Just click the help url in horizon
2.
3.

Actual results:
===============
rhos documentation

Expected results:
=================
http://docs.openstack.org

Additional info:
================
Installed with: openstack-packstack-2013.2.1-0.27.dev936.el6.noarch

Comment 2 Matthias Runge 2014-01-07 18:02:09 UTC
Could you please re-install openstack-dashboard. The Help-URL should become corrected to upstream docs.

Comment 3 Nir Magnezi 2014-01-08 09:05:17 UTC
(In reply to Matthias Runge from comment #2)
> Could you please re-install openstack-dashboard. The Help-URL should become
> corrected to upstream docs.

I re-installed my setup and the package version[1] did not change.
The help button is still directing the user to RH documentation.

[1] python-django-horizon-2014.1-0.1b1.el6.noarch

Comment 4 Nir Magnezi 2014-01-08 10:11:58 UTC
Well, I compered between the local_settings file created by packstack and the "frash" local_settings file. seems like packstack changed the help_url to the RH URL. 

<     'help_url': "http://docs.openstack.org",
---
>     'help_url': "https://access.redhat.com/site/documentation//en-US/Red_Hat_Enterprise_Linux_OpenStack_Platform/4/index.html",


changing the bug component to openstack-packstack.

Comment 5 Nir Magnezi 2014-02-05 12:37:41 UTC
reproduced with: openstack-packstack-2013.2.1-0.29.dev956.el6.noarch

Comment 6 Matthias Runge 2014-05-05 07:22:05 UTC
*** Bug 1094014 has been marked as a duplicate of this bug. ***

Comment 7 Ivan Chavero 2014-12-09 16:55:59 UTC
In the openstack puppet modules package [1] we change the documentation link to this:

Fedora: http://openstack.redhat.com/Docs
RHEL: https://access.redhat.com/site/documentation//en-US/Red_Hat_Enterprise_Linux_OpenStack_Platform/5/index.html

https://bugzilla.redhat.com/show_bug.cgi?id=1092019





[1] openstack-puppet-modules-2014.2.6-1.fc22

Comment 8 Matthias Runge 2014-12-09 18:27:14 UTC
Ivan, I'd expect a different docs URL for RHOS-6.0

Something like: https://access.redhat.com/site/documentation//en-US/Red_Hat_Enterprise_Linux_OpenStack_Platform/6/index.html

Comment 9 Ivan Chavero 2015-01-28 07:59:36 UTC
There is no version 6 in the documentation: https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux_OpenStack_Platform/

The current URL points to: https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux_OpenStack_Platform/5/index.html which is latest documentation available.

Should we set it to the nonexisten URL assuming that it will exist eventually?

Comment 10 Matthias Runge 2015-01-28 08:19:14 UTC
Ivan, this was discussed back and forth. 
Assuming, the URL for RHOS 6 will exist, when RHOS6 is released.

Two other possibilities: 
- until beta (or later): point to a beta site, then change it to somewhat more official.
- point to general rhos docs. But a user can not know, what's really installed.

Both options are not really that great.

Comment 11 Ivan Chavero 2015-02-20 23:21:52 UTC
The link is live now, creating patch: https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux_OpenStack_Platform/6/index.html

Comment 12 Alan Pevec 2016-02-29 16:18:57 UTC
> Fedora: http://openstack.redhat.com/Docs

For Fedora and RDO help should link to _upstream_ documentation i.e. keep upstream default as-is i.e. no patch in OPM at all.

Comment 13 Alan Pevec 2016-02-29 22:38:31 UTC
Proposed revert https://review.openstack.org/286308

Comment 14 Mike McCune 2016-03-28 22:41:35 UTC
This bug was accidentally moved from POST to MODIFIED via an error in automation, please see mmccune with any questions

Comment 15 Jason Guiditta 2016-03-30 16:49:05 UTC
Moving to packstack, because we no long override this in opm.  Alan's patch fixed the url to point to openstack upstream, which was the consensus correct location.  This bug can probably be closed, as the change is merged, but I will leave it post so someone on packstack team can set release version and such as needed.

Comment 16 Christopher Brown 2017-06-17 19:57:27 UTC
I guess this can just be closed now?