diff --git a/manifests/ceph.pp b/manifests/ceph.pp index e669f972c..02124b849 100644 --- a/manifests/ceph.pp +++ b/manifests/ceph.pp @@ -23,17 +23,6 @@ class openstack_integration::ceph ( $ms_bind_ipv6 = undef } - # FIXME(ykarel) python2-rbd is installed as a indirect dependency for 'ceph' package, - # but we need to install python3-rbd in Fedora until 'ceph' package is fixed. - if ($::operatingsystem == 'Debian') or ($::operatingsystem == 'Fedora') or - ($::os['family'] == 'RedHat' and Integer.new($::os['release']['major']) > 7) { - - ensure_resource('package', 'python3-rbd', { - name => 'python3-rbd', - ensure => 'present', - }) - } - ensure_packages(['lvm2'], {'ensure' => 'present', before => Exec['lvm_create']}) exec { 'lvm_create':