cd559480c9
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
6 lines
207 B
YAML
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>`_.
|