Skip to content

Commit

Permalink
Merge pull request #281 from ceph/mergify/bp/quincy/pr-279
Browse files Browse the repository at this point in the history
cephadm-boostrap: add missing downstream parameter (backport #279)
  • Loading branch information
asm0deuz authored Feb 19, 2024
2 parents b4f8272 + 48236bb commit dbdbd21
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 dbdbd21

Please sign in to comment.