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>
  • Loading branch information
asm0deuz committed Feb 19, 2024
1 parent 018cb0f commit 67c094d
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 67c094d

Please sign in to comment.