Bug 1337332
Summary: | Horizon endpoints shown as http based in keystone endpoint-list on SSL-enabled overcloud | ||
---|---|---|---|
Product: | Red Hat OpenStack | Reporter: | Dan Yasny <dyasny> |
Component: | openstack-puppet-modules | Assignee: | Juan Antonio Osorio <josorior> |
Status: | CLOSED ERRATA | QA Contact: | Dan Yasny <dyasny> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | 8.0 (Liberty) | CC: | dbecker, jguiditt, josorior, mburns, mcornea, morazi, nkinder, rhel-osp-director-maint, sasha, srevivo |
Target Milestone: | async | Keywords: | ZStream |
Target Release: | 8.0 (Liberty) | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | openstack-puppet-modules-7.0.19-1.el7ost | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2016-06-14 19:53:10 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: |
Description
Dan Yasny
2016-05-18 21:11:22 UTC
I'm guessing this is for OSP-8. This should be partly fixed in OSP9 as per this commit https://review.openstack.org/#/c/294456 . Should I backport? The lack of TLS in the keystone endpoints for horizon is an issue, however, I'll look into it. Horizon should show up when calling the public vip over https even though the public api endpoint is http. I believe this is done by the haproxy rsprep rule. So curl https://192.168.200.180 should return the dashboard. The 80->443 port redirection should be fixed by the the patch Juan mentioned. This was initially reported in BZ#1301738 and marked as an RFE but I see it's still in NEW state. This seems like it's something we should consider backporting for OSPd 8.y. The URL for the dashboard in the endpoint catalog simply won't work due to the 'http' scheme since there is nothing listening on that port. Given that TLS support is a really important feature for OSP8, I think we should fix this if it's not too difficult of a backport. 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. https://access.redhat.com/errata/RHBA-2016:1228 |