
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
7 lines
222 B
YAML
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.
|