Advertisement
Guest User

Untitled

a guest
Mar 21st, 2019
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.64 KB | None | 0 0
  1. storage_hosts:
  2.   node1:
  3.     ip: 172.29.236.11
  4.     container_vars:
  5.       cinder_storage_availability_zone: cinderAZ_3
  6.       cinder_default_availability_zone: cinderAZ_3
  7.       cinder_backends:
  8.         limit_container_types: cinder_volume
  9.         rbd:
  10.           volume_driver: cinder.volume.drivers.rbd.RBDDriver
  11.           volume_group: cinder-volumes
  12.           rbd_pool: volume
  13.           rbd_ceph_conf: /etc/ceph/ceph.conf
  14.           rbd_flatten_volume_from_snapshot: 'false'
  15.           rbd_max_clone_depth: 5
  16.           rbd_store_chunk_size: 4
  17.           rados_connect_timeout: -1
  18.           volume_backend_name: rbd
  19.           rbd_user: "cinder"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement