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.
Reviewed: https:/ /review. opendev. org/c/openstack /puppet- keystone/ +/877103 /opendev. org/openstack/ puppet- keystone/ commit/ 5a6378c6dfc053f 2e65867ae9b2753 7b4bc558a5
Committed: https:/
Submitter: "Zuul (22348)"
Branch: master
commit 5a6378c6dfc053f 2e65867ae9b2753 7b4bc558a5
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/ a1dfd6861f9593f 005e72acaef7262 e618d2cf6c/ lib/puppet/ provider/ openstack. rb#L123
Closes-Bug: #2010894
Change-Id: I97546a1030559d 1f91030a668106e 220ce7a7650