Comment 13 for bug 1916386

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-heat-templates (stable/ussuri)

Reviewed: https://review.opendev.org/c/openstack/tripleo-heat-templates/+/797085
Committed: https://opendev.org/openstack/tripleo-heat-templates/commit/819870702e43773a5c320eb5fdc860ee465c7bf1
Submitter: "Zuul (22348)"
Branch: stable/ussuri

commit 819870702e43773a5c320eb5fdc860ee465c7bf1
Author: Alexey Stupnikov <email address hidden>
Date: Thu Apr 15 14:55:49 2021 +0200

    Remove heat::heat_keystone_clients_url definition

    During Queens release cycle it was decided that
    clients_keystone/auth_uri should be defined and should point to
    public URL to allow instances run some API calls.

    Two changes were added:

    - I4429d86d831f49f1bc0fef04379a81ada20b6ab6 was used to add
      related definitions to puppet-heat
    - Ib1cb8a5da886e3f7afd88f8dc9d63f0847f677bd was used to add
      appropriate hiera defition to THT

    But hiera definition in THT was incorrect:
    heat::heat_keystone_clients_url was defined instead of
    heat::heat_clients_keystone_uri.

    heat_clients_keystone_uri parameter was removed from puppet-heat
    during Train release cycle:
    I507fd2beecface5f8de35d18bfb546a653c6ef51

    (To Ussuri)
    Conflicts:
            deployment/heat/heat-base-puppet.yaml

    Partial-Bug: #1916386
    Change-Id: I2797da50489e3812aa58415e2e6ba44894a89094
    (cherry picked from commit dc083686dee210a1b81a32da2ff1f1a0f17ec324)
    (cherry picked from commit c3f91bcd7608428fa6e65cdf155ebe8f1e8c0cd0)
    (cherry picked from commit 0ed341f447aaec139fb0c39ff643d8e75f015712)