7c138f01a0
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
21 lines
703 B
YAML
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.
|