Require enabled_share_backends

If manila-share launches without enabled_share_backends, it actually
has no effect because it can't manage any share backend.

Require a valid inputs to detect potential misconfiguration.

Change-Id: I9d4387384908384e9b7d2b1621f856f49bce7cd8
This commit is contained in:
Takashi Kajinami 2024-03-28 15:02:02 +09:00
parent 59c444d7a4
commit 5cc6faada5
1 changed files with 2 additions and 2 deletions

View File

@ -6,12 +6,12 @@
#
# [*enabled_share_backends*]
# (Required) a list of ini sections to enable.
# This should contain names used in ceph::backend::* resources.
# This should contain names used in manila::backend::* resources.
# Example: ['share1', 'share2', 'sata3']
#
# Author: Andrew Woodward <awoodward@mirantis.com>
class manila::backends (
$enabled_share_backends = undef
Variant[String[1], Array[String[1], 1]] $enabled_share_backends
) {
include manila::deps