diff options
author | Zuul <zuul@review.opendev.org> | 2022-11-01 04:35:10 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2022-11-01 04:35:10 +0000 |
commit | c2fd695cd57497b694e97d05265b9bcc45b008e7 (patch) | |
tree | d7aab21e12318e2a203379b843687879b7f35347 /releasenotes | |
parent | e2471779f7e85ab28560278cbb73334cdacfd14c (diff) | |
parent | 42b6941f878e8db36a0265c0139dd10025ec673f (diff) | |
download | ironic-c2fd695cd57497b694e97d05265b9bcc45b008e7.tar.gz |
Merge "Fix pxe image lookups" into bugfix/20.2
Diffstat (limited to 'releasenotes')
-rw-r--r-- | releasenotes/notes/fix-pxe-glance-lookup-anaconda-86fe616c6286ec08.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/fix-pxe-glance-lookup-anaconda-86fe616c6286ec08.yaml b/releasenotes/notes/fix-pxe-glance-lookup-anaconda-86fe616c6286ec08.yaml new file mode 100644 index 000000000..bf6b8ea85 --- /dev/null +++ b/releasenotes/notes/fix-pxe-glance-lookup-anaconda-86fe616c6286ec08.yaml @@ -0,0 +1,6 @@ +--- +fixes: + - | + Fixes an issue in the ``anaconda`` deployment interface where PXE argument + processing and preparation was erroniously directly connecting to Glance, + potentially leading to an exception in the standalone use case. |