Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save michaelbarkdoll/79d1eb2506c713573d610011e5e11731 to your computer and use it in GitHub Desktop.
Save michaelbarkdoll/79d1eb2506c713573d610011e5e11731 to your computer and use it in GitHub Desktop.
# cinder storage host (LVM-backed)
storage_hosts:
storage:
ip: 172.29.236.13
container_vars:
cinder_backends:
limit_container_types: cinder_volume
lvm:
volume_group: cinder-volumes
volume_driver: cinder.volume.drivers.lvm.LVMVolumeDriver
volume_backend_name: LVM_iSCSI
iscsi_ip_address: "172.29.244.13"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment