Bug 1049537
Summary: | Horizon help url in RDO points to the RHOS documentation | ||
---|---|---|---|
Product: | [Community] RDO | Reporter: | Nir Magnezi <nmagnezi> |
Component: | openstack-packstack | Assignee: | Martin Magr <mmagr> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Ido Ovadia <iovadia> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | unspecified | CC: | 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
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? |