Remove strict validation of enable_stack_adopt/abandon

We have not yet implemented global way to validate bool options in
OpenStack. To keep the implementation simple and consistent across
the modules/parameters, this change removes the current strict
validation for now.

Change-Id: Ida223d6d06d3538b8c2f7b430db233782b3ba500
This commit is contained in:
Takashi Kajinami 2023-07-18 00:54:43 +09:00
parent 23c75218ce
commit ae4cce773a
1 changed files with 2 additions and 4 deletions

View File

@ -278,10 +278,8 @@ class heat(
$host = $facts['os_service_default'],
$flavor = $facts['os_service_default'],
$region_name = $facts['os_service_default'],
Variant[Openstacklib::ServiceDefault, Boolean] $enable_stack_adopt
= $facts['os_service_default'],
Variant[Openstacklib::ServiceDefault, Boolean] $enable_stack_abandon
= $facts['os_service_default'],
$enable_stack_adopt = $facts['os_service_default'],
$enable_stack_abandon = $facts['os_service_default'],
$max_template_size = $facts['os_service_default'],
$max_json_body_size = $facts['os_service_default'],
$notification_transport_url = $facts['os_service_default'],