| Summary: | RHOS-4 documentation points to rhos-3 docs | |||
|---|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Nir Magnezi <nmagnezi> | |
| Component: | python-django-horizon | Assignee: | Matthias Runge <mrunge> | |
| Status: | CLOSED ERRATA | QA Contact: | Nir Magnezi <nmagnezi> | |
| Severity: | high | Docs Contact: | ||
| Priority: | unspecified | |||
| Version: | 4.0 | CC: | ajeain, aortega, ddomingo, hateya, jpichon, mrunge, slong, yeylon | |
| Target Milestone: | beta | |||
| Target Release: | 4.0 | |||
| Hardware: | Unspecified | |||
| OS: | Linux | |||
| Whiteboard: | ||||
| Fixed In Version: | python-django-horizon-2013.2-4.el6ost | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1030398 (view as bug list) | Environment: | ||
| Last Closed: | 2013-12-20 00:25:55 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: | ||
|
Description
Nir Magnezi
2013-10-06 11:56:06 UTC
Tested NVR: python-django-horizon-2013.2-3.el6ost.noarch Puddle: 2013-11-08.1 I still see the upstream URL in Horizon help button: http://docs.openstack.org/ Which is a bit odd because when I look at settings.py[1] I see: HORIZON_CONFIG = { 'dashboards': ('project', 'admin', 'settings', 'router',), 'default_dashboard': 'project', 'user_home': 'openstack_dashboard.views.get_user_home', 'ajax_queue_limit': 10, 'auto_fade_alerts': { 'delay': 3000, 'fade_duration': 1500, 'types': ['alert-success', 'alert-info'] }, 'help_url': "https://access.redhat.com/site/documentation/en-US/" "Red_Hat_OpenStack/3/html/Getting_Started_Guide/" "part-Using_OpenStack.html", Please note that the Redhat documentation URL in settings.py belongs to Grizzly, Not Havana. [1] /usr/share/openstack-dashboard/openstack_dashboard/settings.py What is the docs URL for this one? Summer, do you know which docs URL we should link to for 4.0? Hi Julie, Non version-specific would be this: https://access.redhat.com/site/documentation/en-US/Red_Hat_Enterprise_Linux_OpenStack_Platform/ Version-specific for Havana will be (but not live yet): https://access.redhat.com/site/documentation//en-US/Red_Hat_Enterprise_Linux_OpenStack_Platform/4/index.html cheers, Summer Based on the URL from the staging docs site, I think it means we'll want to use the following: https://access.redhat.com/site/documentation/en-US/Red_Hat_Enterprise_Linux_OpenStack_Platform/4/html/End_User_Guide/index.html If someone is having trouble using Horizon, we'd like to avoid for them being presented with the Installation or Administration instructions, which they can't do anything about. Thanks, Summer! After an installation using packstack, I see help URL as http://docs.openstack.org/ When removing openstack-dashboard and reinstalling it, help_url changed to 'help_url': "https://access.redhat.com/site/documentation/en-US/" "Red_Hat_OpenStack/3/html/Getting_Started_Guide/" "part-Using_OpenStack.html", Which just points to grizzly docs. I'll change that. Verified NVR: python-django-horizon-2013.2-8.el6ost.noarch Horizon help button takes to user to: https://access.redhat.com/site/documentation//en-US/Red_Hat_Enterprise_Linux_OpenStack_Platform/4/index.html The URL is yet to be live but this is expected according to Comment #6 Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHEA-2013-1859.html |