Skip to content

Commit

Permalink
cephadm-boostrap: add missing downstream parameter
Browse files Browse the repository at this point in the history
storage-insights-tenant-id

Signed-off-by: Teoman ONAY <tonay@ibm.com>
(cherry picked from commit 67c094d)
  • Loading branch information
asm0deuz authored and mergify[bot] committed Feb 19, 2024
1 parent bc441ef commit 690b235
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/cephadm_bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 690b235

Please sign in to comment.