summaryrefslogtreecommitdiff
path: root/releasenotes/notes/fix-dir-permissions-bc56e83a651bbdb0.yaml
blob: bf450a69de0160b0620079fb3d089f097cb8ed14 (plain)
1
2
3
4
5
6
7
8
---
fixes:
  - Adds the capability for an operator to explicitly define the permission
    for created tftpboot folders. This provides the ability for ironic to be
    utilized with a restrictive umask, where the tftp server may not be able
    to read the file. Introduces a new configuration option
    ``[pxe]/dir_permission``
    to specify the permission for the tftpboot directories to be created with.