blob: e5c394bc23092cb50ff97979b062052bb8c17337 (
plain)
1
2
3
4
5
6
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>`_]
|