Package: puppet-module-keystone / 25.0.0-4

Metadata

Package Version Patches format
puppet-module-keystone 25.0.0-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
revert Drop_workaround_for_unit_tests.patch | (download)

lib/puppet/type/keystone_domain.rb | 4 4 + 0 - 0 !
lib/puppet/type/keystone_endpoint.rb | 3 3 + 0 - 0 !
lib/puppet/type/keystone_identity_provider.rb | 4 4 + 0 - 0 !
lib/puppet/type/keystone_implied_role.rb | 4 4 + 0 - 0 !
lib/puppet/type/keystone_role.rb | 4 4 + 0 - 0 !
lib/puppet/type/keystone_service.rb | 3 3 + 0 - 0 !
lib/puppet/type/keystone_tenant.rb | 3 3 + 0 - 0 !
lib/puppet/type/keystone_user.rb | 4 4 + 0 - 0 !
lib/puppet/type/keystone_user_role.rb | 4 4 + 0 - 0 !
9 files changed, 33 insertions(+)

 this reverts fixes for path
 This patch reverst this one:
  https://review.opendev.org/c/openstack/puppet-keystone/+/929304
 .
 This was producing:
  Error: Could not retrieve catalog from remote server: Error 500 on SERVER:
  Server Error: Evaluation Error: Error while evaluating a Resource Statement,
  Evaluation Error: Error while evaluating a Function Call, Could not autoload
  puppet/type/keystone_user: no such file to load --
  puppet/provider/keystone/util (file:
  /usr/share/puppet/modules/heat/manifests/keystone/domain.pp, line: 58,
  column: 5) on node <redacted-hostname>
Add amqp_auto_delete and rabbit_transient_queues_ttl params.patch | (download)

manifests/init.pp | 16 16 + 0 - 0 !
releasenotes/notes/amqp_auto_delete-f22621cced65e5f4.yaml | 5 5 + 0 - 0 !
releasenotes/notes/transient_queues_ttl-a9709a5539d0202a.yaml | 6 6 + 0 - 0 !
spec/classes/keystone_init_spec.rb | 2 2 + 0 - 0 !
4 files changed, 29 insertions(+)

 add amqp_auto_delete and rabbit_transient_queues_ttl params
 The amqp_auto_delete option needs this patch:
 https://review.opendev.org/c/openstack/puppet-oslo/+/944132
 .
 Since transient_queues_ttl is also managed by oslo::messaging::rabbit,
 there's no way to use keystone_config to set it, so this patch is
 mandatory for one to set rabbit_transient_queues_ttl in keystone.conf.
Add queue_manager and stream_fanout.patch | (download)

manifests/init.pp | 12 12 + 0 - 0 !
releasenotes/notes/queue_manager-and-stream_fanout-dabbfb058758f9f9.yaml | 5 5 + 0 - 0 !
spec/classes/keystone_init_spec.rb | 2 2 + 0 - 0 !
3 files changed, 19 insertions(+)

 add queue_manager and stream_fanout
 This patch adds two new parameters to the toplevel class:
 - rabbit_use_queue_manager
 - rabbit_stream_fanout
 .
 that are already handled by the oslo::messaging::rabbit class, which
 makes it impossible to set using keystone_config.