From f1bc03c81cba64ddc42386c6910393aa8ea67a0d Mon Sep 17 00:00:00 2001 From: Hugo Brito Date: Mon, 24 Jan 2022 14:11:25 -0300 Subject: [PATCH] Fix file name in release notes This fixes the file name that was modified in the mentioned version. Signed-off-by: Hugo Brito Change-Id: Ib43e8a34173ef397ba7e2c29cc242a340c585232 --- releasenotes/notes/nova.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releasenotes/notes/nova.yaml b/releasenotes/notes/nova.yaml index 399d86cca7..a3d757f841 100644 --- a/releasenotes/notes/nova.yaml +++ b/releasenotes/notes/nova.yaml @@ -46,5 +46,5 @@ nova: - 0.2.23 Add option to enable extra wait for cell-setup-init - 0.2.24 Fix nova-bootstrap job labels - 0.2.25 Add check for compute nodes - - 0.2.26 Fix _ssh-start.sh.tpl to copy the ssh keys to the user on the security context + - 0.2.26 Fix _ssh-init.sh.tpl to copy the ssh keys to the user on the security context ...