summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2023-03-15 14:28:36 +0000
committerGerrit Code Review <review@openstack.org>2023-03-15 14:28:36 +0000
commitd07b734e39bd544a9cf615c183b2bfdf8e1fb468 (patch)
tree7ee52fed004900225896b80a0c2437de8847033f /releasenotes
parentccf23d9207418656ac55bd199f8d9f96796045ed (diff)
parent82823ace4d714ac10427ea3c6fed320c27b56f7d (diff)
downloadcinder-d07b734e39bd544a9cf615c183b2bfdf8e1fb468.tar.gz
Merge "Dell PowerFlex: Additionnal params for enabling self signed certificates"
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/dell-powerflex-bugfix-1998136-self-signed-certificates-62e3cb444ab7ff2b.yaml10
1 files changed, 10 insertions, 0 deletions
diff --git a/releasenotes/notes/dell-powerflex-bugfix-1998136-self-signed-certificates-62e3cb444ab7ff2b.yaml b/releasenotes/notes/dell-powerflex-bugfix-1998136-self-signed-certificates-62e3cb444ab7ff2b.yaml
new file mode 100644
index 000000000..550390a89
--- /dev/null
+++ b/releasenotes/notes/dell-powerflex-bugfix-1998136-self-signed-certificates-62e3cb444ab7ff2b.yaml
@@ -0,0 +1,10 @@
+---
+fixes:
+ - |
+ Dell PowerFlex driver `bug #1998136
+ <https://bugs.launchpad.net/cinder/+bug/1998136>`_:
+ When using self signed certificates, the option
+ sent to os-brick via the connection_properties was
+ not correctly handled. It has now been fixed by
+ adding the 'verify_certificate' and 'certificate_path'
+ to the driver when initializing the connection.