Clean up release notes before a release

Change-Id: I03c3e8944b8f1a7518527db55936aa3bdf7c93b8
This commit is contained in:
Dmitry Tantsur 2018-01-16 12:29:33 +01:00
parent 029319edcf
commit e21f19808b
3 changed files with 10 additions and 10 deletions

View File

@ -1,7 +1,8 @@
--- ---
fixes: fixes:
- | - |
Fixes bug in LLDP discovery code which lead to no LLDP information being Fixes a bug in the LLDP discovery code that prevented reporting any
discovered for any network interface if one network interface raised an LLDP information if an LLDP discovery raised an exception for one of the
exception, for example if the network interface incorrectly indicates its network interfaces. This could happen, for example, if a network
ready to read. `<https://bugs.launchpad.net/ironic-python-agent/+bug/1665025>`_ interface incorrectly indicated its readiness for reading. See `bug 1665025
<https://bugs.launchpad.net/bugs/1665025>`_ for details.

View File

@ -1,4 +1,4 @@
--- ---
features: features:
- Adds an extension to support rescue mode for CoreOS agents using DHCP - Adds an extension to support rescue mode for a CoreOS-based ramdisk using
for the tenant network. DHCP for the tenant network.

View File

@ -1,7 +1,6 @@
--- ---
fixes: fixes:
- | - |
Fixes an issue wherein IPA does not return ``root_uuid`` as part of Now correctly returns ``root_uuid`` as part of command status when
command status when provisioning of whole disk image is performed provisioning a whole disk image using the ``direct`` deploy interface. See
using ``agent`` deploy interface from ironic. See `bug 1713916 `bug 1713916 <https://bugs.launchpad.net/bugs/1713916>`_ for details.
<https://bugs.launchpad.net/ironic/+bug/1713916>`_ for details.