ironic/releasenotes/notes/swift_account_prefix-dbc9e68890bff47c.yaml
Takashi Kajinami cde42678b9 Make account prefix of Swift confgurable
Account prefix is configurable in Swift and can be different. This
change introduces a configuration parameter to customize the prefix
so that users can customize the prefix consistently.

To allow setting a consistent value in Ironic and Swift, the prefix
value is automatically suffixed by '_' like;
 - AUTH  => AUTH_
 - AUTH_ => AUTH_

Story: 2009778
Task: 44259
Change-Id: I4862efa3af452f89f1dc4e15d2c3cc43b857f86d
2022-01-26 19:28:23 +09:00

7 lines
204 B
YAML

---
features:
- |
The new ``[glance] swift_account_prefix`` parameter has been added. This
parameter be set according to the ``reseller_prefix`` parameter in
``proxy-server.conf`` of Swift.