Skip to content

Commit

Permalink
fix external_cluster_helpers.upload_rgw_cert_ca (#10782)
Browse files Browse the repository at this point in the history
- add missing key_file parameter

Signed-off-by: Daniel Horak <[email protected]>
  • Loading branch information
dahorak authored Oct 30, 2024
1 parent d788df4 commit aeeaee7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ocs_ci/deployment/helpers/external_cluster_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ def upload_rgw_cert_ca(self):
remote_rgw_cert_ca_path,
self.user,
self.password,
self.ssh_key,
)
return remote_rgw_cert_ca_path

Expand Down

0 comments on commit aeeaee7

Please sign in to comment.