Bug 1383180
| Summary: | On an SSL enabled overcloud the AODH api returns http URL | |||
|---|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Marius Cornea <mcornea> | |
| Component: | openstack-aodh | Assignee: | Juan Antonio Osorio <josorior> | |
| Status: | CLOSED ERRATA | QA Contact: | Yurii Prokulevych <yprokule> | |
| Severity: | high | Docs Contact: | ||
| Priority: | high | |||
| Version: | 10.0 (Newton) | CC: | apevec, dbecker, jcoufal, jjoyce, josorior, jschluet, lhh, mabaakou, mburns, morazi, nkinder, rhel-osp-director-maint | |
| Target Milestone: | ga | Keywords: | Triaged | |
| Target Release: | 10.0 (Newton) | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | openstack-aodh-3.0.1-4.el7ost puppet-tripleo-5.4.0-3.el7ost | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1384328 (view as bug list) | Environment: | ||
| Last Closed: | 2016-12-14 16:14:23 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: | ||||
| Bug Depends On: | ||||
| Bug Blocks: | 1384328 | |||
|
Description
Marius Cornea
2016-10-10 06:20:07 UTC
The fix for this has merged upstream in master, but is still needed for stable/newton. backported it to stable/newton upstream The fixes for this have merged upstream for both master and stable/newton. No changes to this component are required. This is being blocked by BZ 1370018 which is fixed upstream and should be in a build soon. Upstream https://review.openstack.org/#/c/400591/ should fix the issue Oups wrong BZ, ignore my last comment openstack catalog show aodh +-----------+------------------------------------------------------------+ | Field | Value | +-----------+------------------------------------------------------------+ | endpoints | regionOne | | | publicURL: https://[2620:52:0:13b8:5054:ff:fe3e:1]:13042 | | | internalURL: http://[fd00:fd00:fd00:2000::18]:8042 | | | adminURL: http://[fd00:fd00:fd00:2000::18]:8042 | | | | | name | aodh | | type | alarming | +-----------+------------------------------------------------------------+ curl -s -XGET -H 'X-Auth-Token: 0aba049b59e84ef1861324a1dfd75024' -g https://[2620:52:0:13b8:5054:ff:fe3e:1]:13042/ | python -m json.tool { "versions": { "values": [ { "id": "v2", "links": [ { "href": "https://[2620:52:0:13b8:5054:ff:fe3e:1]:13042/v2", "rel": "self" }, { "href": "http://docs.openstack.org/", "rel": "describedby", "type": "text/html" } ], "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.telemetry-v2+json" }, { "base": "application/xml", "type": "application/vnd.openstack.telemetry-v2+xml" } ], "status": "stable", "updated": "2013-02-13T00:00:00Z" } ] } } Packages: puppet-tripleo-5.4.0-3.el7ost.noarch openstack-aodh-common-3.0.1-4.el7ost.noarch 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://rhn.redhat.com/errata/RHEA-2016-2948.html |