Correct releasenote bug-1951250

This might be the reason for the releasenote job failing since
this bug number already exist in another releasenote[1].

2024-03-12 08:08:22.062615 | ubuntu-jammy | Warning, treated as error:
2024-03-12 08:08:22.062665 | ubuntu-jammy | /home/zuul/src/opendev.org/openstack/cinder/releasenotes/source/zed.rst:3:Duplicate explicit target name: "bug #1920870".
2024-03-12 08:08:22.137791 | ubuntu-jammy | ERROR

[1] https://github.com/openstack/cinder/blob/master/releasenotes/notes/bug-1920870-ibm-svf-fix-extend-issue-for-mirroring-volumes-31b1a9119c49e112.yaml

Change-Id: If3b45be606bfe318e339c8ab2df9be4162a63b40
This commit is contained in:
Rajat Dhasmana 2024-03-07 20:15:51 +05:30
parent 0581e8cbd6
commit 92afd39c12
1 changed files with 1 additions and 1 deletions

View File

@ -2,6 +2,6 @@
fixes:
- |
IBM Spectrum Virtualize Family driver
`Bug #1920870 <https://bugs.launchpad.net/cinder/+bug/1951250>`_:
`Bug #1951250 <https://bugs.launchpad.net/cinder/+bug/1951250>`_:
Reduce multiple lsiogrp, lsvdisk calls in Retype operaton
to optimize the code.