91b1d2ce53
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
6 lines
105 B
YAML
6 lines
105 B
YAML
---
|
|
fixes:
|
|
- The NetApp cDOT driver's autosupport reporting
|
|
now works on Python 2.7.12 and later.
|
|
|