We contentedly announce the release of: metalsmith 1.5.0: Deployment and Scheduling tool for Bare Metal This release is part of the xena release series. The source is available from: https://opendev.org/openstack/metalsmith Download the package from: https://tarballs.openstack.org/metalsmith/ Please report issues through: https://storyboard.openstack.org/#!/project/openstack/metalsmith For more details, please see below. 1.5.0 ^^^^^ Bug Fixes * Images sourced by HTTP would never have the node instance_info *image_disk_format* set to *raw* because the image file is not processed by ironic. This would result in errors for large images, or ironic-python-agent never using streaming to copy the image to disk. To work around this, *image_disk_format* is set to *raw* when the image URL ends with a *.raw* file extension. Changes in metalsmith 1.4.2..1.5.0 ---------------------------------- 407e505 Set image_disk_format from file extension for HTTP images 2fe1733 setup.cfg: Replace dashes with underscores 048ddb5 Stop testing the iscsi deploy interface 8cd0f73 Add Python3 xena unit tests 3114db1 Update master for stable/wallaby 621cd8c remove unicode from code Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 28 ++++----------- metalsmith/sources.py | 22 +++++++++--- metalsmith/test/test_sources.py | 42 ++++++++++++++++++++++ .../notes/raw_http_images-41007351896ff642.yaml | 9 +++++ releasenotes/source/conf.py | 4 +-- releasenotes/source/index.rst | 1 + releasenotes/source/wallaby.rst | 6 ++++ setup.cfg | 8 ++--- 9 files changed, 92 insertions(+), 34 deletions(-)
participants (1)
-
no-reply@openstack.org