summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorRichard Theis <rtheis@us.ibm.com>2016-04-07 16:35:38 -0500
committerRichard Theis <rtheis@us.ibm.com>2016-04-08 09:33:33 -0500
commitb5f10f43eb9fd1a046a3e80db09d8bc8c350c218 (patch)
tree359c15829782f32235bb34195a6cd9b74fcc4caf /releasenotes
parent9f2e7039e1ac631a4e83fe96d945e9e220db9ad8 (diff)
downloadpython-openstackclient-b5f10f43eb9fd1a046a3e80db09d8bc8c350c218.tar.gz
Fix SSL/TLS verification for network commands
The network commands ignored the --insecure and --os-cacert options and OS_CACERT environment variable which prevented them from properly completing SSL/TLS verification. This resulted in the network commands failing with "An SSL error occurred." Change-Id: I15167631ef58335e1476c16b828b079e3b0f13c1 Closes-Bug: #1560157
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/bug-1560157-bce572f58b43efa1.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/releasenotes/notes/bug-1560157-bce572f58b43efa1.yaml b/releasenotes/notes/bug-1560157-bce572f58b43efa1.yaml
new file mode 100644
index 00000000..e5c394bc
--- /dev/null
+++ b/releasenotes/notes/bug-1560157-bce572f58b43efa1.yaml
@@ -0,0 +1,7 @@
+---
+fixes:
+ - Fixed SSL/TLS verification for Network v2 commands. The commands
+ were ignoring the ``--insecure`` and ``--os-cacert`` options and
+ the ``OS_CACERT`` environment variable which caused them to fail
+ with ``An SSL error occurred.`` when authenticating using SSL/TLS.
+ [Bug `1560157 <https://bugs.launchpad.net/python-openstackclient/+bug/1560157>`_]