summaryrefslogtreecommitdiff
path: root/releasenotes/notes
diff options
context:
space:
mode:
authorDmitry Tantsur <dtantsur@protonmail.com>2021-02-11 13:12:04 +0100
committerDmitry Tantsur <dtantsur@protonmail.com>2021-02-11 13:12:04 +0100
commitaf4a7b0d9cb01bbfda2b3d227fb6e7a595f4a4e2 (patch)
treed0e79ba9ae35f54b7ac3c0ecd7ddb2af3ed22502 /releasenotes/notes
parent235115099a906ee0cb0b333dd18854ae0dcd7ecb (diff)
downloadironic-af4a7b0d9cb01bbfda2b3d227fb6e7a595f4a4e2.tar.gz
Prepare 16.2 and clean up release note
Change-Id: I6e5f0e560f3f125a83e0514c10bee664c17663f2
Diffstat (limited to 'releasenotes/notes')
-rw-r--r--releasenotes/notes/default-policy-file-change-474a342d6b5a041a.yaml2
-rw-r--r--releasenotes/notes/fixes-ilo5-redfish-firmware-update-issue-c6dfcd71a2f659a5.yaml9
-rw-r--r--releasenotes/notes/raw_image_growth_factor-cba37029650e67db.yaml4
-rw-r--r--releasenotes/notes/retry-vmedia-1999742c84f11103.yaml4
-rw-r--r--releasenotes/notes/supermicro-redfish-override-enabled-aa51686ed33d3061.yaml6
5 files changed, 11 insertions, 14 deletions
diff --git a/releasenotes/notes/default-policy-file-change-474a342d6b5a041a.yaml b/releasenotes/notes/default-policy-file-change-474a342d6b5a041a.yaml
index 5e24b2a76..30f3946b2 100644
--- a/releasenotes/notes/default-policy-file-change-474a342d6b5a041a.yaml
+++ b/releasenotes/notes/default-policy-file-change-474a342d6b5a041a.yaml
@@ -1,7 +1,7 @@
---
upgrade:
- |
- The default value of ``[oslo_policy] policy_file`` config option has been
+ The default value of ``[oslo_policy]policy_file`` config option has been
changed from ``policy.json`` to ``policy.yaml``.
Operators who are utilizing customized policy files or previously generated
static policy files (which are not needed by default), should generate
diff --git a/releasenotes/notes/fixes-ilo5-redfish-firmware-update-issue-c6dfcd71a2f659a5.yaml b/releasenotes/notes/fixes-ilo5-redfish-firmware-update-issue-c6dfcd71a2f659a5.yaml
index bb114c2bc..79adce563 100644
--- a/releasenotes/notes/fixes-ilo5-redfish-firmware-update-issue-c6dfcd71a2f659a5.yaml
+++ b/releasenotes/notes/fixes-ilo5-redfish-firmware-update-issue-c6dfcd71a2f659a5.yaml
@@ -1,9 +1,6 @@
---
fixes:
- |
- Fixes redfish firmware update for ilo5 based hardware by
- making necessary changes to check whether sushy_task.messages
- is present, since in case of iLo task data does not contain
- messages attribute. Also it was not calling prepare_ramdisk()
- before rebooting the system to update the firmware which has
- been fixed in this patch.
+ Fixes redfish firmware update for ``ilo5`` hardware type by
+ fixing the Redfish task message detection and correctly preparing
+ the ramdisk before rebooting.
diff --git a/releasenotes/notes/raw_image_growth_factor-cba37029650e67db.yaml b/releasenotes/notes/raw_image_growth_factor-cba37029650e67db.yaml
index 7c927a0df..599de8790 100644
--- a/releasenotes/notes/raw_image_growth_factor-cba37029650e67db.yaml
+++ b/releasenotes/notes/raw_image_growth_factor-cba37029650e67db.yaml
@@ -1,10 +1,10 @@
---
features:
- |
- Adds the `[DEFAULT]raw_image_growth_factor` configuration option which
+ Adds the ``[DEFAULT]raw_image_growth_factor`` configuration option which
is a scale factor used for estimating the size of a raw image converted
from compact image formats such as QCOW2. By default this is set to 2.0.
When clearing the cache to make space for a converted raw image, the full
virtual size is attempted first, and if not enough space is available a
- second attempt is made with the (smaller) estimated size. \ No newline at end of file
+ second attempt is made with the (smaller) estimated size.
diff --git a/releasenotes/notes/retry-vmedia-1999742c84f11103.yaml b/releasenotes/notes/retry-vmedia-1999742c84f11103.yaml
index d678c2b9b..cb9b2510d 100644
--- a/releasenotes/notes/retry-vmedia-1999742c84f11103.yaml
+++ b/releasenotes/notes/retry-vmedia-1999742c84f11103.yaml
@@ -2,5 +2,5 @@
fixes:
- |
Retries virtual media insert on failure to allow
- for an eject that may not have finished.
- https://storyboard.openstack.org/#!/story/2008504
+ for an eject that may not have finished (see `story 2008504
+ <https://storyboard.openstack.org/#!/story/2008504>`_).
diff --git a/releasenotes/notes/supermicro-redfish-override-enabled-aa51686ed33d3061.yaml b/releasenotes/notes/supermicro-redfish-override-enabled-aa51686ed33d3061.yaml
index f3af2a169..e1905d910 100644
--- a/releasenotes/notes/supermicro-redfish-override-enabled-aa51686ed33d3061.yaml
+++ b/releasenotes/notes/supermicro-redfish-override-enabled-aa51686ed33d3061.yaml
@@ -10,6 +10,6 @@ fixes:
current setting (see `story 2007355
<https://storyboard.openstack.org/#!/story/2007355>`_).
- This requires that node.properties['vendor'] be 'supermicro' which will
- be set by Ironic from the Redfish system response or can be set
- manually.
+ This requires that ``node.properties['vendor']`` be ``supermicro`` which
+ will be set on transition to ``manageable`` based on the Redfish system
+ object or can be set manually.