Allow deployer to choose Ceilometer backend
[apex-tripleo-heat-templates.git] / puppet / manifests / overcloud_cephstorage.pp
index c0f19e2..ce2ab3a 100644 (file)
@@ -28,8 +28,5 @@ if count(hiera('ntp::servers')) > 0 {
   include ::ntp
 }
 
-class { 'ceph::profile::params':
-  mon_initial_members => downcase(hiera('ceph_mon_initial_members'))
-}
 include ::ceph::profile::client
 include ::ceph::profile::osd
\ No newline at end of file