Comment 2 for bug 1938932

Revision history for this message
Takashi Kajinami (kajinamit) wrote :

I think the problem here is https://review.opendev.org/c/openstack/puppet-tripleo/+/786644 included glance::api::db BEFORE glance::api, and tht still use deprecated parameters in glance::api.
Because pick doesn't work directly with hiera and ignores any parameters from glance::api class unless it is already included.

I have submitted a patch to fix usage of the deprecated parameters from glance::api. Let's see how it goes.
https://review.opendev.org/c/openstack/tripleo-heat-templates/+/803526