puppet-manila/releasenotes/notes/amqp_container_name-use_default-2ea9e17fcb213273.yaml
Takashi Kajinami ebb199a55c Do not hard-code [oslo_messaging_amqp] container_name
The container name should be globally unique, and using a fixed and
hard-coded value does not meet that requirement.

The oslo.messaging library generates the random value automatically
unless the option is set, so we should rely on that behavior.

Change-Id: Id021d0581894fea76359a7d1d41117b27bfa7376
2023-07-23 00:13:40 +09:00

7 lines
222 B
YAML

---
fixes:
- |
The default value of ``manila::amqp_container_name`` has been updated and
now the service default value is used by default, so that a unique value
is generated by the `oslo.meesaging` library.