
Allow setting the size of a volume for etcd storage. Default is 0 which matches the current behavior - no persistency. Related-Bug: #1697655 Change-Id: I8a30df63684133a902ae209ba6c124da2a567d3f
5 lines
205 B
YAML
5 lines
205 B
YAML
# Environment file to use a volume for etcd storage
|
|
resource_registry:
|
|
"Magnum::Optional::Etcd::Volume": "OS::Cinder::Volume"
|
|
"Magnum::Optional::Etcd::VolumeAttachment": "OS::Cinder::VolumeAttachment"
|