Description of problem:
The Nova and Cinder services require a random uuid as a secret key to connect the volumes and disks to the instances, as good practice, the uuid should not be shared and random.
Furthermore, every Ceph cluster have its own ID, a random uuid.
The Director uses the same uuid in both cases.
Version-Release number of selected component (if applicable):
openstack-tripleo-puppet-elements-0.0.4-1.el7ost.noarch
How reproducible:
100%
Steps to Reproduce:
1. deploy overcloud with external Ceph
Actual results:
The secret uuid of used by Nova and Cinder is the same as Ceph's FSID
Expected results:
The uuid is been generate randomly without any correlation with any other Ceph parameter