Merge "Release notes clean up for the upcoming release"

This commit is contained in:
Zuul 2017-10-19 21:16:26 +00:00 committed by Gerrit Code Review
commit a9db4a6c9e
4 changed files with 14 additions and 10 deletions

View File

@ -93,7 +93,9 @@ fields:
``disks``
list of disk block devices with fields: ``name``, ``model``,
``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``
list of network interfaces with fields: ``name``, ``mac_address``,

View File

@ -1,6 +1,5 @@
---
fixes:
- Uses the PATH environment variable to get the grub (or grub2)
binary instead of assuming it is in /usr/sbin. This provides
flexibilty for grub to be installed in any PATH directory,
on a partitioned image.
- Uses the ``PATH`` environment variable to get the grub2 binary location
instead of assuming it to be ``/usr/sbin``. This fixes installing a boot
loader when the grub2 binary is located somewhere else.

View File

@ -1,4 +1,7 @@
---
features:
- The /dev/disk/by-path/XXX device name is added to the storage
hardware inspection report.
- Adds the new field ``by_path`` to disks in the inventory. Its value is
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::
:branch: stable/pike