Clean up release notes
Change-Id: If32e9b4fe131c0fc6990d5d9a61ba4fc57fc8f0a
This commit is contained in:
parent
af1e32ba41
commit
3e139ecd45
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user