Merge "Validate input of [DEFAULT] auth_mode"

This commit is contained in:
Zuul
2025-08-12 16:13:21 +00:00
committed by Gerrit Code Review

View File

@@ -22,5 +22,6 @@ OPTS = [
cfg.StrOpt(
'auth_mode',
default="keystone",
help="Authentication mode to use. Unset to disable authentication"),
choices=('keystone', 'noauth'),
help="Authentication mode to use."),
]