kayobe/releasenotes/notes/fix-kolla-passwords-f1b5d051c494b4d8.yaml
Mark Goddard 5287083116 Fix passwords.yml generation when parent directory doesn't exist
Fixes an issue where generation of passwords.yml for Kolla Ansible
could fail if the directory containing the file does not exist. This is
typical in a multiple environment setup, when creating a new
environment.

Story: 2010293
Task: 46275
Closes-Bug: #2015093
Change-Id: I9dce73a8a205c0c0ad02eba3a10e02b82f5b191d
2023-04-13 16:41:27 +00:00

9 lines
340 B
YAML

---
fixes:
- |
Fixes an issue where generation of ``passwords.yml`` for Kolla Ansible
could fail if the directory containing the file does not exist. This is
typical in a multiple environment setup, when creating a new environment.
See `story 2010293 <https://storyboard.openstack.org/#!/story/2010293>`_
for details.