File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -800,11 +800,8 @@ def upload_with_ssh_key(
800
800
):
801
801
"""Not implemented yet.
802
802
803
- TODO:
804
- assert ssh_key_file or ssh_key_data argument is provided
805
- assert license_file or base64enc_license_data argument is provided
806
-
807
803
Workaround:
804
+ -----------
808
805
- scp your license to '/srv/bluedata/license/' on the controller
809
806
- run client.license.register(server_filename) to register the license
810
807
"""
@@ -823,11 +820,8 @@ def upload_with_ssh_pass(
823
820
):
824
821
"""Not implemented yet.
825
822
826
- TODO:
827
- assert ssh_key_file or ssh_key_data argument is provided
828
- assert license_file or base64enc_license_data argument is provided
829
-
830
823
Workaround:
824
+ -----------
831
825
- scp your license to '/srv/bluedata/license/' on the controller
832
826
- run client.license.register(server_filename) to register the license
833
827
"""
You can’t perform that action at this time.
0 commit comments