tripleo-heat-templates/releasenotes/notes/swift-create-d1-containerized-8eda040d9088be7d.yaml
Christian Schwede bc8618126f Fix missing Swift d1 directory
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
2018-02-07 17:06:04 +01:00

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.