Merge "Gnocchi: Use rados library in CentOS"

This commit is contained in:
Zuul 2021-08-10 07:07:01 +00:00 committed by Gerrit Code Review
commit 68f58c36c8
1 changed files with 1 additions and 2 deletions

View File

@ -77,8 +77,7 @@ class openstack_integration::gnocchi (
class { 'gnocchi::storage::ceph':
ceph_username => 'openstack',
ceph_keyring => '/etc/ceph/ceph.client.openstack.keyring',
manage_cradox => ($::osfamily == 'RedHat'),
manage_rados => ($::osfamily == 'Debian'),
manage_rados => true,
}
# make sure ceph pool exists before running gnocchi (dbsync & services)
Exec['create-gnocchi'] -> Exec['gnocchi-db-sync']