Comment 2 for bug 2010894

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

Reviewed: https://review.opendev.org/c/openstack/puppet-keystone/+/877103
Committed: https://opendev.org/openstack/puppet-keystone/commit/5a6378c6dfc053f2e65867ae9b27537b4bc558a5
Submitter: "Zuul (22348)"
Branch: master

commit 5a6378c6dfc053f2e65867ae9b27537b4bc558a5
Author: Christian Rohmann <email address hidden>
Date: Fri Mar 10 15:39:41 2023 +0100

    Fix access to configs hash symbol in get_auth_endpoint

    The hash returned by the request method of Puppet::Provider::Openstack
    uses symbols instead of strings as keys, see [1].

    This prepends the missing ':' in front of the 'auth.auth_url' key to
    make it a symbol and to have it return the actual value instead of
    always coming back empty.

    [1] https://opendev.org/openstack/puppet-openstacklib/src/commit/a1dfd6861f9593f005e72acaef7262e618d2cf6c/lib/puppet/provider/openstack.rb#L123

    Closes-Bug: #2010894

    Change-Id: I97546a1030559d1f91030a668106e220ce7a7650