We contentedly announce the release of: ironic-lib 5.6.0: Ironic common library This release is part of the caracal release series. The source is available from: https://opendev.org/openstack/ironic-lib Download the package from: https://pypi.org/project/ironic-lib Please report issues through: https://storyboard.openstack.org/#!/project/openstack/ironic-lib For more details, please see below. 5.6.0 ^^^^^ Other Notes * The default size of EFI system partitions to be created, when writing a partition image, has been increased to 550 Megabytes from 200 Megabytes. If this change is undesirable, please utilize the "efi_system_partition_size" configuration option. This value is now also consistent with the internal default when creating ESP volumes for Software RAID with "ironic-python-agent", and the default carried by "diskimage-builder". The prime driver for an increased partition size is to enable OS driven firmware updates and appropriate space to house Unikernels which requires additional space. Changes in ironic-lib 5.5.0..5.6.0 ---------------------------------- 078cdab Improve error message for wrong metrics backend e2ced90 Compatibility with zeroconf 0.129.0 13fcbb9 Trivial: remove an incorrect comment 9846a1c JSON RPC: add support for unix sockets and extract common code 2f7f72e Increase the ESP partition size to 550 MB Diffstat (except docs and test files) ------------------------------------- ironic_lib/common/config.py | 22 +++++++ ironic_lib/disk_utils.py | 7 +- ironic_lib/exception.py | 3 +- ironic_lib/json_rpc/__init__.py | 6 ++ ironic_lib/json_rpc/client.py | 3 - ironic_lib/json_rpc/server.py | 38 +---------- ironic_lib/mdns.py | 8 ++- ironic_lib/wsgi.py | 77 ++++++++++++++++++++++ ...crease-efi-partition-size-9479d069b17804ce.yaml | 12 ++++ 10 files changed, 140 insertions(+), 48 deletions(-)
participants (1)
-
no-reply@openstack.org