Add a note for specifying octal value of permission
In commit[1], we allowed to specify permission to be applied to TFTP directories using ``[pxe]/dir_permission``. This configuration is an integer value. This patch adds a note stating that this value should be an octal number. [1] 0f7a85e1ecd7b3e7bdbc297f47a498139ed40107 Change-Id: Iba8d88bd6faba600d6b66d27f1700dae8dd29eee
This commit is contained in:
parent
82e8a40b93
commit
d115373ff5
@ -3336,7 +3336,8 @@
|
||||
# conductor is creating files that cannot be read by the TFTP
|
||||
# server. Setting to <None> will result in the operating
|
||||
# system's umask to be utilized for the creation of new tftp
|
||||
# folders. (integer value)
|
||||
# folders. It is recommended that an octal representation is
|
||||
# specified. For example: 0o755 (integer value)
|
||||
#dir_permission = <None>
|
||||
|
||||
# Bootfile DHCP parameter. (string value)
|
||||
|
@ -87,7 +87,8 @@ opts = [
|
||||
"creating files that cannot be read by the TFTP server. "
|
||||
"Setting to <None> will result in the operating "
|
||||
"system's umask to be utilized for the creation of new "
|
||||
"tftp folders.")),
|
||||
"tftp folders. It is recommended that an octal "
|
||||
"representation is specified. For example: 0o755")),
|
||||
cfg.StrOpt('pxe_bootfile_name',
|
||||
default='pxelinux.0',
|
||||
help=_('Bootfile DHCP parameter.')),
|
||||
|
Loading…
x
Reference in New Issue
Block a user