Comment 11 for bug 1916386

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

Reviewed: https://review.opendev.org/c/openstack/tripleo-heat-templates/+/796656
Committed: https://opendev.org/openstack/tripleo-heat-templates/commit/5e941e4ef217fdb58429045809c4592f3ce03b33
Submitter: "Zuul (22348)"
Branch: stable/wallaby

commit 5e941e4ef217fdb58429045809c4592f3ce03b33
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

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