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 filePatch | File delta | Description |
---|---|---|
revert Drop_workaround_for_unit_tests.patch | (download) |
lib/puppet/type/keystone_domain.rb |
4 4 + 0 - 0 ! |
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 ! |
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 ! |
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. |