Fix missing default_availability_zone

This change fixes the missing default_availability_zone[1] in default
of the LAUNCH_INSTANCE_DEFAULTS.

[1] fc8603a499fb3302aeb2ebef714420e0fdcbdfef

Change-Id: Ib0b1f3f5b2c80df76a8b39b76109dab5afa06418
This commit is contained in:
Takashi Kajinami 2022-01-09 23:51:05 +09:00
parent f20fa4ab83
commit 010dae3616
1 changed files with 5 additions and 0 deletions

View File

@ -210,6 +210,10 @@
# Defaults to False.
# 'enable_scheduler_hints': Boolean to allow scheduler hints to be provided.
# Defaults to True.
# 'default_availaility_zone': THe default availbility zone for a new server
# creation. If 'Any' is specified, the default availability zone is decided
# by the nova scheduler.
# Defaults to 'Any'
#
# [*configure_apache*]
# (optional) Configure Apache for Horizon. (Defaults to true)
@ -696,6 +700,7 @@ and usage of a quoted value is deprecated.')
'disable_volume' => false,
'disable_volume_snapshot' => false,
'enable_scheduler_hints' => true,
'default_availability_zone' => 'Any',
}
Service <| title == 'memcached' |> -> Class['horizon']