manila/releasenotes/notes/bug-1660321-fix-default-approach-for-share-group-snapshot-creation-3e843155c395e861.yaml
Valeriy Ponomaryov 64649b97e7 Fix default approach for share group snapshot creation
Default approach uses common driver interface of single snapshot
creation. So, emulate it correctly providing all required keys.
Also add 'provider_location' attribute to share group snapshot
members DB model, because it is required for some drivers and
was absent.

Change-Id: If120d85ef3dd3ba90e2dc12a5b81b69feecb31ea
Closes-Bug: #1660321
2017-02-07 15:04:36 +00:00

7 lines
296 B
YAML

---
fixes:
- Fixed default approach for creating share group snapshots that uses
common share driver interface by making proper call of this method.
Before, some drivers that were depending on some specific data
from 'snapshot' object were failing not being able to get these data.