Release notes clean up for the upcoming release

Also adds a missing documentation bit and specific versions for pike notes.

Change-Id: I186fe35cdd7a03702c993cae6468ef2d8151778a
This commit is contained in:
Dmitry Tantsur 2017-10-17 15:46:55 +02:00
parent c0121312a4
commit ad3c7ad75d
4 changed files with 14 additions and 10 deletions

View File

@ -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``,

View File

@ -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.

View File

@ -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.

View File

@ -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