Pass rbd_default_features to puppet-ceph
The rbd_default_features extra configs parameter was removed from this module as per I3242cfe0f141fe2bbb951ce2cf7071fd07456db8 so that, as per I95cafec9160f5c3b1610a0408f2f80d567fcaa89, puppet-ceph could manage it instead. This change passes the new rbd_default_features parameter to puppet-ceph with a value of 15, the same value that this module used to use for performance reasons. Change-Id: I1810b0e58c47f3827b6396c039eb9a32510a7993 Depends-On: I477640c5db2cc84622da7734fb54cfe7740bd137
This commit is contained in:
parent
d8076c256e
commit
f9597b482a
@ -63,6 +63,7 @@ class openstack_integration::ceph (
|
||||
frontend_type => 'civetweb',
|
||||
rgw_frontends => "civetweb port=${::openstack_integration::config::ip_for_url}:8080",
|
||||
rgw_user => 'ceph',
|
||||
rbd_default_features => '15',
|
||||
}
|
||||
|
||||
$ceph_pools = ['glance', 'nova', 'cinder', 'gnocchi']
|
||||
|
Loading…
x
Reference in New Issue
Block a user