From a2b64eb86c6f3eddac669656044231763ea437b1 Mon Sep 17 00:00:00 2001 From: Giulio Fidente Date: Thu, 28 Jul 2016 17:03:33 +0200 Subject: We don't need to set a default for the CephX keys and cluster FSID Change-Id: I28021f27a5adc8433df8abdadf0b571b20674fa6 Partial-Bug: 1607407 --- puppet/services/ceph-base.yaml | 3 --- 1 file changed, 3 deletions(-) (limited to 'puppet/services/ceph-base.yaml') diff --git a/puppet/services/ceph-base.yaml b/puppet/services/ceph-base.yaml index 76f649b0..70022c87 100644 --- a/puppet/services/ceph-base.yaml +++ b/puppet/services/ceph-base.yaml @@ -5,12 +5,10 @@ description: > parameters: CephAdminKey: - default: '' description: The Ceph admin client key. Can be created with ceph-authtool --gen-print-key. type: string hidden: true CephClientKey: - default: '' description: The Ceph client key. Can be created with ceph-authtool --gen-print-key. Currently only used for external Ceph deployments to create the openstack user keyring. type: string hidden: true @@ -18,7 +16,6 @@ parameters: default: openstack type: string CephClusterFSID: - default: '' type: string description: The Ceph cluster FSID. Must be a UUID. CephIPv6: -- cgit 1.2.3-korg