bc8618126f
The /srv/node/d1 directory was missing, thus creating it in advance.
Note: there is a related change that merged earlier (f6108f5d
) but
for some reason didn't work as expected.
Closes-Bug: 1746734
Change-Id: Iabaa2033d065c9da653f7ba9e25430c3554a1169
8 lines
341 B
YAML
8 lines
341 B
YAML
---
|
|
fixes:
|
|
Swift added a requirement to ensure that storage directories exist before
|
|
using them. However, when local directories are used in Tripleo (storing
|
|
data in /srv/node/d1), these are missing by default and thus Swift won't
|
|
store any data. This fix creates this directory if needed on a
|
|
containerized environment.
|