summaryrefslogtreecommitdiff
path: root/releasenotes/notes/anaconda-instance-info-fix-a51837d8ac7b41de.yaml
blob: 31cdf2df31ca5d3268d571e5a56ef556f132601b (plain)
1
2
3
4
5
6
7
8
9
---
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.