Change ceph example backend name

ceph pool name change from volumes_hdd to volumes to match ceph defaults
cinder backend name change from volumes_hdd to rbd_backend

Change-Id: Ia003f94b5266e3fa70f499d68139eff7b7fa7c6b
This commit is contained in:
Kourosh Vivan 2017-10-24 12:06:31 +02:00
parent cff0a1dcaa
commit 4e7cb3441e
1 changed files with 3 additions and 3 deletions

View File

@ -314,15 +314,15 @@ Alternatively, you can also selectively override, like this:
cinder_default_availability_zone: cinderAZ_1
cinder_backends:
limit_container_types: cinder_volume
volumes_hdd:
rbd_backend:
volume_driver: cinder.volume.drivers.rbd.RBDDriver
rbd_pool: volumes_hdd
rbd_pool: volumes
rbd_ceph_conf: /etc/ceph/ceph.conf
rbd_flatten_volume_from_snapshot: 'false'
rbd_max_clone_depth: 5
rbd_store_chunk_size: 4
rados_connect_timeout: 30
volume_backend_name: volumes_hdd
volume_backend_name: rbd_backend
rbd_user: "{{ cinder_ceph_client }}"
rbd_secret_uuid: "{{ cinder_ceph_client_uuid }}"