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:
- |
The default ``list_all_block_devices`` hardware manager method has been
changed to ignore floppy disk devices. An argument ``ignore_floppy``
with a default value of ``True``. A value of ``False`` may be passed
to the ``list_all_block_devices`` method to include such devices.
changed to ignore floppy disk devices, introducing an argument
``ignore_floppy`` with a default value of ``True``.
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:
- |
The ``lshw`` output no longer pollutes the debug logging. Instead, it's
stored as part of the ramdisk logs.
The ``lshw`` output no longer pollutes the debug logging, instead
it's now stored as part of the ramdisk logs.

View File

@ -1,8 +1,8 @@
---
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
``checksum`` field is now optional, while ``os_hash_algo`` and
``os_hash_value`` fields must be set if the ``checksum`` field is
not provided.
not provided.