Generate CephX keys and FSID regardless of CephStorageCount

This will change the client behavior so that it always generate
the CephX keys and the cluster FSID regardless of which value is
given as CephStorageCount, to cope with hyperconverged scenarios.

Change-Id: I64acd6a4ed1b56fddfd366b5846dba3c22300df4
Related-Bug: 1601864
This commit is contained in:
Giulio Fidente 2016-07-18 19:23:47 +02:00
parent d6196e9a4a
commit 694d097c5f
1 changed files with 8 additions and 10 deletions

View File

@ -200,8 +200,6 @@ class DeployOvercloud(command.Command):
'NeutronDhcpAgentsPerNetwork': dhcp_agents_per_network,
})
if int(parameters.get('CephStorageCount', 0)) > 0:
if stack_is_new:
parameters.update({
'CephClusterFSID': six.text_type(uuid.uuid1()),