manila/releasenotes/notes/fixed-netapp-cdot-autosupport-3fabd8ac2e407f70.yaml
Clinton Knight 91b1d2ce53 NetApp cDOT driver autosupport broken
The autosupport functionality of the NetApp cDOT driver is not working
with Python 2.7.12, the default in Xenial. Root cause is a deep copy
of the controller connection context, which includes some SSL context
stuff that doesn't play well with copy.deepcopy. So we can do a shallow
copy instead.

Change-Id: Ia2adc4ce27834e384e6d994fcb012ebf1d97c85c
Closes-Bug: #1621260
2016-09-12 13:48:29 +00:00

6 lines
105 B
YAML

---
fixes:
- The NetApp cDOT driver's autosupport reporting
now works on Python 2.7.12 and later.