Merge "Release notes clean up for the upcoming release"
This commit is contained in:
commit
a9db4a6c9e
@ -93,7 +93,9 @@ fields:
|
|||||||
``disks``
|
``disks``
|
||||||
list of disk block devices with fields: ``name``, ``model``,
|
list of disk block devices with fields: ``name``, ``model``,
|
||||||
``size`` (in bytes), ``rotational`` (boolean), ``wwn``, ``serial``,
|
``size`` (in bytes), ``rotational`` (boolean), ``wwn``, ``serial``,
|
||||||
``vendor``, ``wwn_with_extension``, ``wwn_vendor_extension``, ``hctl``.
|
``vendor``, ``wwn_with_extension``, ``wwn_vendor_extension``, ``hctl``
|
||||||
|
and ``by_path`` (the full disk path, in the form
|
||||||
|
``/dev/disk/by-path/<rest-of-path>``).
|
||||||
|
|
||||||
``interfaces``
|
``interfaces``
|
||||||
list of network interfaces with fields: ``name``, ``mac_address``,
|
list of network interfaces with fields: ``name``, ``mac_address``,
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
---
|
---
|
||||||
fixes:
|
fixes:
|
||||||
- Uses the PATH environment variable to get the grub (or grub2)
|
- Uses the ``PATH`` environment variable to get the grub2 binary location
|
||||||
binary instead of assuming it is in /usr/sbin. This provides
|
instead of assuming it to be ``/usr/sbin``. This fixes installing a boot
|
||||||
flexibilty for grub to be installed in any PATH directory,
|
loader when the grub2 binary is located somewhere else.
|
||||||
on a partitioned image.
|
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
---
|
---
|
||||||
features:
|
features:
|
||||||
- The /dev/disk/by-path/XXX device name is added to the storage
|
- Adds the new field ``by_path`` to disks in the inventory. Its value is
|
||||||
hardware inspection report.
|
the full device path, in the form ``/dev/disk/by-path/<rest-of-path>``.
|
||||||
|
|
||||||
|
With ``ironic-lib`` version 2.11 or newer it is possible to use this field
|
||||||
|
in root device hints.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
===================================
|
==========================================
|
||||||
Pike Series Release Notes
|
Pike Series (2.1.0 - 2.2.x) Release Notes
|
||||||
===================================
|
==========================================
|
||||||
|
|
||||||
.. release-notes::
|
.. release-notes::
|
||||||
:branch: stable/pike
|
:branch: stable/pike
|
||||||
|
Loading…
Reference in New Issue
Block a user