Merge "Remove rbd_default_features so puppet-ceph can mange it"

This commit is contained in:
Jenkins 2017-01-16 22:34:19 +00:00 committed by Gerrit Code Review
commit 0f85cbe213

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' },