[DOCS] Correct secret uuid in Ceph example

Previously the UUID of the cluster's filesystem instead of the UUID
generated for the libvirt secret store was used by mistake.

The result creates a mismatch where cinder will tell nova to use the
fsid UUID in libvirt, while libvirt has the secret stored under the
ceph secret uuid.

Change-Id: Ifef6f2da8a6595fa4acb7c50bded25dbe3e13679
This commit is contained in:
Logan V 2017-11-21 07:36:18 -06:00
parent 94ba499d65
commit 33836d3d5e

View File

@ -37,5 +37,5 @@ cinder_backends:
rbd_store_chunk_size: 8
volume_backend_name: rbddriver
rbd_user: "{{ cinder_ceph_client }}"
rbd_secret_uuid: "{{ fsid }}"
rbd_secret_uuid: "{{ cinder_ceph_client_uuid }}"
report_discard_supported: true