Merge "nova: Enable management of ceph client"

This commit is contained in:
Zuul 2025-01-22 16:40:09 +00:00 committed by Gerrit Code Review
commit 79d9a2567e

View File

@ -260,8 +260,6 @@ class openstack_integration::nova (
libvirt_rbd_secret_key => 'AQD7kyJQQGoOBhAAqrPAqSopSwPrrfMMomzVdw==',
libvirt_images_rbd_pool => 'nova',
rbd_keyring => 'client.openstack',
# ceph packaging is already managed by puppet-ceph
manage_ceph_client => false,
}
# make sure ceph pool exists before running nova-compute
Ceph::Pool['nova'] -> Service['nova-compute']