hpecp.license module¶
- class hpecp.license.LicenseController(client)[source]¶
Bases:
object
- upload_with_ssh_key(server_filename, ssh_key_file=None, ssh_key_data=None, base64enc_license='')[source]¶
Not implemented yet!
- Workaround:
scp your license to ‘/srv/bluedata/license/’ on the controller
run client.license.register(server_filename) to register the license
- upload_with_ssh_pass(server_filename, ssh_username, ssh_password, base64enc_license='')[source]¶
Not implemented yet!
- Workaround:
scp your license to ‘/srv/bluedata/license/’ on the controller
run client.license.register(server_filename) to register the license