manila: Manage scheduler filter options

... to ensure that the new manila::scheduler::filter class works along
with the existing classes.

Depends-on: https://review.opendev.org/939267
Change-Id: Ibb4fd8c1105cf9519977cab48a22a38569ddf6a7
This commit is contained in:
Takashi Kajinami 2025-01-17 00:00:50 +09:00
parent ed5a9b0ae6
commit 1bac17ca38

@ -109,6 +109,7 @@ class openstack_integration::manila (
}
class { 'manila::quota': }
class { 'manila::scheduler': }
class { 'manila::scheduler::filter': }
class { 'manila::share': }
class { 'manila::backends':
enabled_share_backends => [$backend],