tripleo-heat-templates/releasenotes/notes/add-cinder-rbd-flatten-parameter-3951b341262488fe.yaml
Alan Bishop 9e5c7cdb0a Add CinderRbdFlattenVolumeFromSnapshot parameter
CinderRbdFlattenVolumeFromSnapshot controls whether cinder RBD volumes
created from a snapshot should be flattened in order remove a dependency
on the snapshot.

Depends-On: I430a2d1793ffcd0964d268a1930e3fb85e32a995
Change-Id: I4fb97b275c6288e81072d71d43f75f5b7aee1d6b
2019-08-30 13:13:27 -07:00

8 lines
301 B
YAML

---
features:
- |
Add CinderRbdFlattenVolumeFromSnapshot parameter to control whether
cinder RBD volumes created from a snapshot should be flattened in order
remove a dependency on the snapshot. The default value is False, which
is the same as the cinder RBD driver's default value.