Clean up release notes

Change-Id: If32e9b4fe131c0fc6990d5d9a61ba4fc57fc8f0a
This commit is contained in:
Riccardo Pittau 2019-09-24 09:55:10 +02:00
parent af1e32ba41
commit 3e139ecd45
3 changed files with 8 additions and 7 deletions

View File

@ -6,6 +6,7 @@ fixes:
other: other:
- | - |
The default ``list_all_block_devices`` hardware manager method has been The default ``list_all_block_devices`` hardware manager method has been
changed to ignore floppy disk devices. An argument ``ignore_floppy`` changed to ignore floppy disk devices, introducing an argument
with a default value of ``True``. A value of ``False`` may be passed ``ignore_floppy`` with a default value of ``True``.
to the ``list_all_block_devices`` method to include such devices. A value of ``False`` may be passed to the ``list_all_block_devices``
method to include such devices.

View File

@ -1,5 +1,5 @@
--- ---
fixes: fixes:
- | - |
The ``lshw`` output no longer pollutes the debug logging. Instead, it's The ``lshw`` output no longer pollutes the debug logging, instead
stored as part of the ramdisk logs. it's now stored as part of the ramdisk logs.

View File

@ -1,7 +1,7 @@
--- ---
fixes: fixes:
- | - |
Fixes an issue that md5 checksum is still required in the image Fixes an issue where md5 checksum is still required in the image
information when os_hash_algo and os_hash_value are present. The information when os_hash_algo and os_hash_value are present. The
``checksum`` field is now optional, while ``os_hash_algo`` and ``checksum`` field is now optional, while ``os_hash_algo`` and
``os_hash_value`` fields must be set if the ``checksum`` field is ``os_hash_value`` fields must be set if the ``checksum`` field is