manila/releasenotes/notes/bug-1703660-fix-netapp-driver-preferred-state-0ce1a62961cded35.yaml
Dave Hill 4573826d36 NetApp: Define 'preferred' to False instead of none
Define preferred to false instead of none in the NetApp driver
as setting it to none will trigger a traceback later on because
the database doesn't allow null values to be inserted.
"preferred" export location metadata must be set to true or
false.  warning logging is also added to the SQLAlchemy API
if a none value is used to update the export location metadata.

Change-Id: Ie7420c9286cc42eaa1361eeffe607b9b5b6b3fbd
Closes-Bug: 1703660
2017-07-20 09:26:16 -04:00

7 lines
198 B
YAML

---
fixes:
- |
Fixed the NetApp driver to report the correct value of the "preferred"
export location metadata where it cannot determine if there are any
"preferred" export locations.