summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulia Kreger <juliaashleykreger@gmail.com>2021-03-26 17:22:29 -0700
committerJulia Kreger <juliaashleykreger@gmail.com>2021-03-26 17:22:29 -0700
commit9da8f418e3194158c04e59700f2445540ff89a7f (patch)
tree03e59ee5386bfae611e064f40629d1e0cbf72f71
parent3f219703f134a4bfb4de96de45b181e59324bf5d (diff)
downloadironic-9da8f418e3194158c04e59700f2445540ff89a7f.tar.gz
Fix webserver_verify_ca config documentation
When a specific configuration options list is created and delineated out, it needs to be explicitly added so it gets pulled in, either through each configuration generator file's list options method, or in the case of default for the list of lists to iterate through. It seems websever_verify_ca was missing in the docs, and this results in it being properly generated. Change-Id: I84709f5093c4b716b4cb21bd31fa05c65f93d8df Story: 2008732 Task: 42084
-rw-r--r--ironic/conf/opts.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ironic/conf/opts.py b/ironic/conf/opts.py
index 976611be6..a28447057 100644
--- a/ironic/conf/opts.py
+++ b/ironic/conf/opts.py
@@ -29,6 +29,7 @@ _default_opt_lists = [
ironic.conf.default.portgroup_opts,
ironic.conf.default.service_opts,
ironic.conf.default.utils_opts,
+ ironic.conf.default.webserver_opts,
]
_opts = [