summaryrefslogtreecommitdiff
path: root/ironic/conf/agent.py
diff options
context:
space:
mode:
Diffstat (limited to 'ironic/conf/agent.py')
-rw-r--r--ironic/conf/agent.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/ironic/conf/agent.py b/ironic/conf/agent.py
index 55e9aea1c..33b8b6554 100644
--- a/ironic/conf/agent.py
+++ b/ironic/conf/agent.py
@@ -159,6 +159,10 @@ opts = [
'ramdisk. Set to True to use the system default CA '
'storage. Set to False to disable validation. Ignored '
'when automatic TLS setup is used.')),
+ cfg.StrOpt('api_ca_file',
+ help=_('Path to the TLS CA that is used to start the bare '
+ 'metal API. In some boot methods this file can be '
+ 'passed to the ramdisk.')),
]