Files
puppet-barbican/releasenotes/notes/remove-api-queue-opts-ed02997fae7538f5.yaml
Takashi Kajinami 1799c192cc Remove queue options from api class
These were deprecated so that the options can be defined in the common
base class shared between the barbican services[1].

[1] c72177cc26

Related-Bug: #1883034
Change-Id: I6530a7c567b2a61ab6bf41c777e2d96680588040
2025-04-17 23:55:00 +09:00

7 lines
218 B
YAML

---
upgrade:
- |
The parameters to customize the oslo.messaging library options and queue
options have been removed from the ``barbican::api`` class.
Use the parameters of the ``barbican`` class instead.