summaryrefslogtreecommitdiff
path: root/releasenotes/notes
diff options
context:
space:
mode:
authorankit <ankit.dhn31@gmail.com>2021-08-13 05:17:45 +0000
committerNisha Agarwal <agarwalnisha1980@gmail.com>2022-09-09 07:44:02 +0000
commit9c19dd6ef3bac14859c8a297e5d84e2968feacf8 (patch)
tree2f6ca5c2993a14229794a4725ab9a55b854c71a5 /releasenotes/notes
parentb796d7b833f5e8589401418e0c4d967bab7a7d81 (diff)
downloadironic-9c19dd6ef3bac14859c8a297e5d84e2968feacf8.tar.gz
Adds create_csr and add_https_certificate clean step
This commit adds new clean steps create_csr and add_https_certificate to allow users to create certificate signing request and adds https certificate to the iLO. Story: 2009118 Task: 43016 Change-Id: I1e2da0e0da5e397b6e519e817e0bf60a02bbf007
Diffstat (limited to 'releasenotes/notes')
-rw-r--r--releasenotes/notes/create_csr_clean_step-a720932f61b42118.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/releasenotes/notes/create_csr_clean_step-a720932f61b42118.yaml b/releasenotes/notes/create_csr_clean_step-a720932f61b42118.yaml
new file mode 100644
index 000000000..1951245c1
--- /dev/null
+++ b/releasenotes/notes/create_csr_clean_step-a720932f61b42118.yaml
@@ -0,0 +1,7 @@
+---
+features:
+ - |
+ Adds new clean steps ``create_csr`` and ``add_https_certificate``
+ to ``ilo`` and ``ilo5`` hardware types which allows users to
+ create Certificate Signing Request(CSR) and adds signed HTTPS
+ certificate to the iLO.