ironic/releasenotes/notes/refactor-ironic-lib-22939896d8d46a77.yaml
Faizan Barmawer 7c138f01a0 Refactor disk partitioner code from ironic and use ironic-lib.
The disk partitioner related code from ironic/common/disk_partitioner.py
and ironic/drivers/modules/deploy_utils.py is being moved to ironic-lib.
The code in ironic needs to be removed and use ironic-lib to perform
disk related activities.

Change-Id: I7b1b1d8b45b947a7b5715f3c6ab49d84e84b6b90
2015-12-09 22:03:35 -08:00

21 lines
703 B
YAML

---
upgrade:
- |
Adds new configuration [ironic_lib]root_helper, to specify
the command that is prefixed to commands that are run as root.
Defaults to using the rootwrap config file at
/etc/ironic/rootwrap.conf.
- |
Moves these configuration options from [deploy] group to the
new [disk_utils] group: efi_system_partition_size, dd_block_size
and iscsi_verify_attempts.
deprecations:
- |
The following configuration options have been moved to
the [disk_utils] group; they are deprecated from the
[deploy] group: efi_system_partition_size, dd_block_size and
iscsi_verify_attempts.
other:
- Code related to disk partitioning was moved to
ironic-lib.