deb-python-manilaclient/releasenotes/notes/support-create-share-from-snapshot-extra-spec-cdba92f179c1c5c6.yaml
Clinton Knight 1525c74b20 Add create_share_from_snapshot_support extra spec
The snapshot_support extra spec has always meant two things: a driver
can take snapshots and create shares from snapshots. As we add alternate
snapshot semantics, it is likely that some drivers will want to support
snapshots and some of the new semantics while being unable to create new
shares from snapshots.

This work adds support to manila client for the new extra spec in manila
server, create_share_from_snapshot_support.

Depends-On: Ib0ad5fbfdf6297665c208149b08c8d21b3c232be
Implements: blueprint add-create-share-from-snapshot-extra-spec

Change-Id: I07b70f04e6fb2b5797557c4f4796c6883680eff3
2017-01-03 12:59:41 -05:00

5 lines
153 B
YAML

---
features:
- Support the new optional create_share_from_snapshot_support extra spec,
and handle the newly-optional snapshot_support extra spec.