Merge "service_instance: Ensure create_service_image is a boolean"

This commit is contained in:
Zuul 2024-03-14 12:16:03 +00:00 committed by Gerrit Code Review
commit cfdb02ac4c
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@
define manila::backend::service_instance (
$service_instance_user,
$service_instance_password,
$create_service_image = true,
Boolean $create_service_image = true,
$service_image_name = 'manila-service-image',
$service_image_location = undef,
$service_instance_name_template = 'manila_service_instance_%s',