Bug 1435206
| Summary: | split-stack: heat configuration for clients endpoint_type is hardcoded to internal in the undercloud | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | James Slagle <jslagle> |
| Component: | instack-undercloud | Assignee: | James Slagle <jslagle> |
| Status: | CLOSED ERRATA | QA Contact: | Gurenko Alex <agurenko> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 11.0 (Ocata) | CC: | emacchi, jcoufal, jschluet, mburns, rhel-osp-director-maint |
| Target Milestone: | rc | Keywords: | Triaged |
| Target Release: | 11.0 (Ocata) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | instack-undercloud-6.0.0-4.el7ost | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-05-17 20:12:37 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
James Slagle
2017-03-23 11:53:39 UTC
Bug Description: The [clients]/endpoint_type configuration for heat.conf is hardcoded to internal in puppet-stack-config.pp for the undercloud. This means it's not possible to configure Heat to use any different endpoints other than the internal ones when talking to other OpenStack services or constructing url's. The reason this should be configurable is because it could be desirable to reconfigure it to use the public endpoints in the case of using deployed servers where the ctlplane is not routable. In such a scenario, you would want the deployed servers to poll swift temp url's and signal back to Heat over the public endpoints (via an ssl hostname which is routable) instead of the internal urls on the ctlplane which are not routable. Moving to post; patches have been merged in master and backported in stable/ocata upstream. Now waiting for a new downstream build that would include the fix. Verified on build 2017-04-20.2 [stack@undercloud-0 ~]$ rpm -q instack-undercloud instack-undercloud-6.0.0-6.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://access.redhat.com/errata/RHEA-2017:1245 |