Comment 4 for bug 1770144

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to charm-heat (master)

Reviewed: https://review.openstack.org/568582
Committed: https://git.openstack.org/cgit/openstack/charm-heat/commit/?id=14a299596c0c94eacce3a2eda77e751b3a7a3ea5
Submitter: Zuul
Branch: master

commit 14a299596c0c94eacce3a2eda77e751b3a7a3ea5
Author: Edward Hope-Morley <email address hidden>
Date: Tue May 15 15:07:59 2018 +0200

    Always use publicURL for heat client

    We use the global client config for endpoint_type
    which means that all clients will inherit this setting
    but heat client must remain using the publicURL since
    that is used for heat stack output.

    Change-Id: Ibb6395e1a65cdb5e09f6a02ae03ee529da0c8d0e
    Closes-Bug: #1770144