
In Ubuntu, the swift user does not have write access to the /etc/swift directory, so generating a ring builder file by the swift user fails with Permission Error. This change switches the execution user to root to avoid the error. Closes-Bug: #1980613 Change-Id: Ibad7afb29007109a683e22a1119b5b5fbdb1c130
7 lines
214 B
YAML
7 lines
214 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Now the ``swift::ringbuilder::create`` defined type generates a ring
|
|
builder file by root user, instead of swift user, by default. Set the user
|
|
parameter if a different should be used.
|