Remove rbd_default_features so puppet-ceph can mange it

Remove the client/rbd_default_features resource from this module
so that the puppet-ceph module can manage it instead as per
I477640c5db2cc84622da7734fb54cfe7740bd137. This change was
anticpated as per I95cafec9160f5c3b1610a0408f2f80d567fcaa89.

Change-Id: I3242cfe0f141fe2bbb951ce2cf7071fd07456db8
Related-Bug: 1633552
This commit is contained in:
John Fulton 2017-01-13 17:33:22 +00:00
parent 4de9f26865
commit d8076c256e

View File

@ -71,12 +71,6 @@ class openstack_integration::ceph (
class { '::ceph::profile::mon': }
class { '::ceph::profile::osd': }
# Needed until https://review.openstack.org/#/c/283359 lands
$ceph_migration_config = {
'client/rbd_default_features' => { value => '15' },
}
ensure_resources(ceph_config, $ceph_migration_config)
# Extra Ceph configuration to increase performances
$ceph_extra_config = {
'global/osd_journal_size' => { value => '100' },