Merge "Add a note for specifying octal value of permission"
This commit is contained in:
@@ -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.')),
|
||||
|
Reference in New Issue
Block a user