Advertisement
arkanmgerges

Untitled

Jun 14th, 2020
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.59 KB | None | 0 0
  1. storage_hosts:
  2.       controller1:
  3.         ip: 172.29.236.10
  4.         container_vars:
  5.           cinder_backends:
  6.             limit_container_types: cinder_volume
  7.             ceph:                               <----------------- I changed this from 'rbd' to 'ceph'
  8.               volume_group: cinder-volumes
  9.               volume_driver: cinder.volume.drivers.rbd.RBDDriver
  10.               volume_backend_name: ceph         <------------------ I changed this from 'rbd' to 'ceph'
  11.               rbd_pool: cinder-volumes
  12.               rbd_ceph_conf: /etc/ceph/ceph.conf
  13.               rbd_user: cinder
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement