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
Could you please re-install openstack-dashboard. The Help-URL should become corrected to upstream docs.
(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
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.
reproduced with: openstack-packstack-2013.2.1-0.29.dev956.el6.noarch
*** Bug 1094014 has been marked as a duplicate of this bug. ***
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
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
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?
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.
The link is live now, creating patch: https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux_OpenStack_Platform/6/index.html
> 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.
Proposed revert https://review.openstack.org/286308
This bug was accidentally moved from POST to MODIFIED via an error in automation, please see mmccune with any questions
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.
I guess this can just be closed now?