deb-sahara/releasenotes/notes/ca-cert-fix-5c434a82f9347039.yaml
Gyorgy Szombathelyi 9d428206cd Fix the ca certificate handling in the client sessions
The verify parameter is a 3 state parameter:
- it can be False if disabling CA checking is requested (insecure TLS)
- it can be set to True to check CA with the system CA bundle
- finally the path to the CA cert can be passed which must be used to
  check the session

The cert parameter used currently is a client certificate, which is
obviously wrong in this case.

Change-Id: I100163713236a6096197e011963d08e994312dcd
Closes-Bug: #1593268
2016-06-16 18:04:54 +02:00

5 lines
109 B
YAML

---
fixes:
- CA certificate handling in keystone, nova, neutron and
cinder clients are fixed (#330635)