.. Warning: Do not edit this file. It is automatically generated from the software project's code and your changes will be overwritten. The tool to generate this file lives in openstack-doc-tools repository. Please make any changes needed in the code, then run the autogenerate-config-doc tool from the openstack-doc-tools repository, or ask for help on the documentation mailing list, IRC channel or meeting. .. _ironic-deploy: .. list-table:: Description of deploy configuration options :header-rows: 1 :class: config-ref-table * - Configuration option = Default value - Description * - **[deploy]** - * - ``dd_block_size`` = ``1M`` - (StrOpt) Block size to use when writing to the nodes disk. * - ``efi_system_partition_size`` = ``200`` - (IntOpt) Size of EFI system partition in MiB when configuring UEFI systems for local boot. * - ``erase_devices_iterations`` = ``1`` - (IntOpt) Number of iterations to be run for erasing devices. * - ``erase_devices_priority`` = ``None`` - (IntOpt) Priority to run in-band erase devices via the Ironic Python Agent ramdisk. If unset, will use the priority set in the ramdisk (defaults to 10 for the GenericHardwareManager). If set to 0, will not run during cleaning. * - ``http_root`` = ``/httpboot`` - (StrOpt) ironic-conductor node's HTTP root path. * - ``http_url`` = ``None`` - (StrOpt) ironic-conductor node's HTTP server URL. Example: http://192.1.2.3:8080 * - ``iscsi_verify_attempts`` = ``3`` - (IntOpt) Maximum attempts to verify an iSCSI connection is active, sleeping 1 second between attempts.