bifrost/releasenotes/notes/fix-deploy-logs-175fb352c5730b58.yaml
Will Szumski cd559480c9 Make sure deploy_logs_local_path exists
If log_dir was not set to '/var/log/ironic/', the parent directory of
deploy_logs_local_path would not exist and you would see a:

    OSError: [Errno 13] Permission denied: '/var/log/ironic'

In the logs on a failed deployment. This change allows customization
of deploy_logs_local_path.

Change-Id: I4c4ae77b64fc12006b9193fb1c3f0d13becc367d
Story: 2006150
Task: 35649
2019-07-02 08:56:57 +00:00

6 lines
207 B
YAML

---
fixes:
- |
Fixes an issue where the deployment logs would not be saved if using a
non-default value of ironic_log_dir. See `Story 2006150 <https://storyboard.openstack.org/#!/story/2006150>`_.