Hide Forgot
Description of problem: ====================== Horizon in RHOS directs the user to upstream documentation. Clicking the 'help' button at the upper right corner opens: http://docs.openstack.org/ Version-Release number of selected component (if applicable): ============================================================= RHOS - Havana python-django-horizon-2013.2-0.13b3.el6ost.noarch How reproducible: ================= 100% Steps to Reproduce: =================== 1. Click the help button at the upper right corner 2. 3. Actual results: =============== http://docs.openstack.org/ Expected results: ================= Redhat documentation
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