Merge "Validate input of [DEFAULT] auth_mode"
This commit is contained in:
@@ -22,5 +22,6 @@ OPTS = [
|
|||||||
cfg.StrOpt(
|
cfg.StrOpt(
|
||||||
'auth_mode',
|
'auth_mode',
|
||||||
default="keystone",
|
default="keystone",
|
||||||
help="Authentication mode to use. Unset to disable authentication"),
|
choices=('keystone', 'noauth'),
|
||||||
|
help="Authentication mode to use."),
|
||||||
]
|
]
|
||||||
|
Reference in New Issue
Block a user