Merge "Enforce correct choice for [DEFAULT] enabled_ssl_apis"

This commit is contained in:
Zuul 2023-11-20 15:25:35 +00:00 committed by Gerrit Code Review
commit 6c30893d44
1 changed files with 2 additions and 0 deletions

View File

@ -86,6 +86,8 @@ Possible Values:
default=['osapi_compute', 'metadata'],
help="List of APIs to be enabled by default."),
cfg.ListOpt('enabled_ssl_apis',
item_type=cfg.types.String(choices=['osapi_compute',
'metadata']),
default=[],
help="""
List of APIs with enabled SSL.