Skip to content

Commit

Permalink
[DOCS] Correct secret uuid in Ceph example
Browse files Browse the repository at this point in the history
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
(cherry picked from commit 33836d3)
  • Loading branch information
logan2211 authored and Jesse Pretorius (odyssey4me) committed Nov 22, 2017
1 parent e98b0fe commit 6249a8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/openstack_deploy/user_variables.yml.prod-ceph.example
Expand Up @@ -42,5 +42,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

0 comments on commit 6249a8c

Please sign in to comment.