From 48236bbfafeff13e1e6812b66d1f4fc0f83c2b0b Mon Sep 17 00:00:00 2001 From: Teoman ONAY Date: Mon, 19 Feb 2024 17:05:27 +0100 Subject: [PATCH] cephadm-boostrap: add missing downstream parameter storage-insights-tenant-id Signed-off-by: Teoman ONAY (cherry picked from commit 67c094db1e583e1f23998535ab875ea6ae8897f3) --- library/cephadm_bootstrap.py | 1 + 1 file changed, 1 insertion(+) diff --git a/library/cephadm_bootstrap.py b/library/cephadm_bootstrap.py index 263aa0e..9b4b2d0 100644 --- a/library/cephadm_bootstrap.py +++ b/library/cephadm_bootstrap.py @@ -185,6 +185,7 @@ def run_module() -> None: enable_ibm_call_home=dict(type='bool', required=False), enable_storage_insights=dict(type='bool', required=False), storage_insights_config=dict(type='str', required=False), + storage_insights_tenant_id=dict(type='str', required=False), ) cephadm_bootstrap_params = dict(