Files
magnum/magnum/drivers/common/templates/environments/with_etcd_volume.yaml
Ricardo Rocha 2875c97bff k8s-fedora: Add etcd_volume_size label
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
2017-07-05 11:54:31 +00:00

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"