[reno] update

Updates several release notes to fix links, address grammatical
issues and other minor cleanup.

Change-Id: I8ed7206badad49516016d413c074ce12ade2d907
This commit is contained in:
Ruby Loo 2017-08-15 12:35:10 -04:00
parent 8d65f2e37a
commit d85d029520
12 changed files with 28 additions and 30 deletions

View File

@ -14,10 +14,10 @@ features:
* ``node.power_interface`` can be set to:
* ``cimc`` for CIMC API power control (power on/off, reboot etc)
* ``ucsm`` for UCSM API power control (power on/off, reboot etc)
* ``cimc`` for CIMC API power control (power on/off, reboot, etc.)
* ``ucsm`` for UCSM API power control (power on/off, reboot, etc.)
* ``node.management_interface`` can be set to:
* ``cimc`` for CIMC API management control (setting the boot device etc)
* ``ucsm`` for UCSM API management control (setting the boot device etc)
* ``cimc`` for CIMC API management control (setting the boot device, etc.)
* ``ucsm`` for UCSM API management control (setting the boot device, etc.)

View File

@ -2,7 +2,8 @@
features:
- |
Adds support for the `Redfish <https://www.dmtf.org/standards/redfish>`_
standard via a new ``redfish`` hardware type. It uses two new interfaces:
standard via a new ``redfish`` hardware type. (There is no equivalent
"classic" driver for this.) It uses two new interfaces:
* ``redfish`` power interface supports all hard and soft power operations
* ``redfish`` management interface supports:

View File

@ -6,7 +6,7 @@ fixes:
location of the ``ldlinux.c32`` file.
features:
- |
New configuration option ``[DEFAULT]/ldlinux_32`` can used to set the
New configuration option ``[DEFAULT]/ldlinux_32`` can be used to set the
location of the ``ldlinux.c32`` file (from the syslinux package).
The default behavior is to look for it in the following locations:

View File

@ -4,18 +4,14 @@ features:
Adds `OSProfiler <https://docs.openstack.org/osprofiler/latest/>`_ support.
This cross-project profiling library provides the ability to trace various
OpenStack requests through all OpenStack services that support it.
To initiate OpenStack request tracing, ``--os-profile <HMAC_KEY>`` option
needs to be added to an OpenStackClient command. As part of the output,
there will be a message with a Trace ID.
To see the HTML graphs, the following command should be used::
$ osprofiler trace show <trace_id> --html --out result.html
For more information, see
https://docs.openstack.org/ironic/latest/contributor/osprofiler-support.html.
security:
- OSProfiler support requires passing of trace information between
- |
`OSProfiler <https://docs.openstack.org/osprofiler/latest/>`_ support
requires passing of trace information between
various OpenStack services. This information is securely signed
by one of HMAC keys, defined in the ``ironic.conf`` configuration file.
by one of the HMAC keys, defined in the ``ironic.conf`` configuration file.
To allow cross-project tracing, the same key should be used for all
OpenStack services.

View File

@ -15,7 +15,7 @@ fixes:
node if a power change action fails. Additionally, stops retrying power
actions and power status polls on receipt of a non-retryable error from
ipmitool. For more information, see `bug 1675529
<https//bugs.launchpad.net/ironic/+bug/1675529>`_.
<https://bugs.launchpad.net/ironic/+bug/1675529>`_.
A new configuration option ``[conductor]/power_state_change_timeout``
can be used to specify how many seconds to wait for a baremetal node

View File

@ -3,5 +3,6 @@ fixes:
- Adds the capability for an operator to explicitly define the permission
for created tftpboot folders. This provides the ability for ironic to be
utilized with a restrictive umask, where the tftp server may not be able
to read the file. Introduced a new config option ``[pxe]/dir_permission``
to read the file. Introduces a new configuration option
``[pxe]/dir_permission``
to specify the permission for the tftpboot directories to be created with.

View File

@ -1,4 +1,4 @@
---
fixes:
- Fixes multi-region issue when region specified in config file
was ignored when getting keystone service url.
- Fixes a multi-region issue where the region specified in the configuration
file was ignored when getting the Identity service's (keystone) URL.

View File

@ -11,8 +11,8 @@ upgrade:
The default value for this option is 0, which means the clean step
is disabled.
deprecations:
- The use of the ``pxe`` boot interface with the ``irmc`` hardware typed has
been deprecated. It is recommended for to switch to the new ``irmc-pxe``
- The use of the ``pxe`` boot interface with the ``irmc`` hardware type has
been deprecated. It is recommended to switch to the new ``irmc-pxe``
boot interface as soon as possible.
issues:
- The ``restore_irmc_bios_config`` clean step does not work for nodes using

View File

@ -3,5 +3,5 @@ fixes:
Fixes a bug which caused boot device changes to be persistent in
places where they did not need to be during cleaning and deployment
phases, due to the default behavior of PXE interface forcing a persistent
change.
For more info, see https://bugs.launchpad.net/ironic/+bug/1701721
change. For more information, see
`bug 1701721 <https://bugs.launchpad.net/ironic/+bug/1701721>`_.

View File

@ -1,14 +1,13 @@
---
features:
- |
Add a new hardware type ``oneview`` for HPE OneView supported
servers. ``oneview`` hardware type supplies support following
driver interfaces:
Adds a new hardware type ``oneview`` for HPE OneView supported
servers. This hardware type supports the following driver interfaces:
* boot: ``pxe``
* console: ``no-console``
* deploy: ``oneview-direct`` and ``oneview-iscsi``
(Based on 'direct' and 'iscsi' respectively)
(based on "direct" and "iscsi" respectively)
* inspect: ``oneview`` and ``no-inspect``
* management: ``oneview``
* network: ``flat``, ``neutron`` and ``no-op``

View File

@ -10,7 +10,7 @@ features:
when attaching virtual interfaces (VIFs).
The REST API endpoints related to ports provide support for the
``physical_network`` field. The `ironic developer documentation
``physical_network`` field. The `multi-tenancy documentation
<https://docs.openstack.org/ironic/latest/admin/multitenancy.html>`_
provides information on how to configure and use physical networks.
upgrade:

View File

@ -1,4 +1,5 @@
---
features:
- Adds support for rolling upgrades, starting from upgrading Ocata to Pike.
For details, see http://docs.openstack.org/ironic/admin/upgrade-guide.html.
For details, see
http://docs.openstack.org/ironic/latest/admin/upgrade-guide.html.