File: bug-1560157-bce572f58b43efa1.yaml

package info (click to toggle)
python-openstackclient 8.2.0-6
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 10,960 kB
  • sloc: python: 132,001; makefile: 140; sh: 22
file content (7 lines) | stat: -rw-r--r-- 375 bytes parent folder | download | duplicates (7)
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>`_]