aefc623c99
This is a pre-release commit for the Yoga release following our docs [1] * No API additions during this cycle (no need to update doc/source/contributor/webapi-version-history.rst) * Add prelude releasenote * Fix highlight in one releasenote [1] https://docs.openstack.org/ironic/latest/contributor/releasing.html Change-Id: If26019c5abc0643051f4b11186d7eb819f9c407b
10 lines
405 B
YAML
10 lines
405 B
YAML
---
|
|
fixes:
|
|
- |
|
|
The anaconda deploy interface was saving internal information in
|
|
the node's ``instance_info``, in the user-facing ``stage2`` and
|
|
``ks_template`` fields. This broke rebuilds using a different image
|
|
with different ``stage2`` or template specified in the image properties.
|
|
This has been fixed by saving the information in the node's
|
|
``driver_internal_info`` instead.
|