Validate ip_version_for_ssh

Change-Id: Id016a8a7cbb61c186ee553c73ac00e2ba7c13a77
Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
This commit is contained in:
Takashi Kajinami
2025-11-24 16:19:24 +09:00
parent 4972024980
commit 67df0de82d
2 changed files with 2 additions and 1 deletions

View File

@@ -128,6 +128,7 @@ HeatGroup = [
"succeed."),
cfg.IntOpt('ip_version_for_ssh',
default=4,
choices=[4, 6],
help="IP version used for SSH connections."),
cfg.IntOpt('ssh_channel_timeout',
default=60,

View File

@@ -3,7 +3,7 @@
# you find any incorrect lower bounds, let us know or propose a fix.
keystoneauth1>=3.4.0 # Apache-2.0
oslo.config>=5.2.0 # Apache-2.0
oslo.config>=9.3.0 # Apache-2.0
oslo.log>=3.36.0 # Apache-2.0
oslo.messaging>=5.29.0 # Apache-2.0
os-collect-config>=5.0.0 # Apache-2.0