Skip to content

Commit 6c30893

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Enforce correct choice for [DEFAULT] enabled_ssl_apis"
2 parents 3405cd4 + 10c699d commit 6c30893

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nova/conf/service.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@
8686
default=['osapi_compute', 'metadata'],
8787
help="List of APIs to be enabled by default."),
8888
cfg.ListOpt('enabled_ssl_apis',
89+
item_type=cfg.types.String(choices=['osapi_compute',
90+
'metadata']),
8991
default=[],
9092
help="""
9193
List of APIs with enabled SSL.

0 commit comments

Comments
 (0)