We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3405cd4 + 10c699d commit 6c30893Copy full SHA for 6c30893
nova/conf/service.py
@@ -86,6 +86,8 @@
86
default=['osapi_compute', 'metadata'],
87
help="List of APIs to be enabled by default."),
88
cfg.ListOpt('enabled_ssl_apis',
89
+ item_type=cfg.types.String(choices=['osapi_compute',
90
+ 'metadata']),
91
default=[],
92
help="""
93
List of APIs with enabled SSL.
0 commit comments