cc1
v2.1
CC1 source code docs
|
Go to the source code of this file.
Packages | |
namespace | src.cm.views.user.ctx |
Functions | |
def | src.cm.views.user.ctx.add_ssh_key |
Injects given SSH public key to authorized keys on specified VMs. | |
def | src.cm.views.user.ctx.reboot |
Executes reboot on given VM at given timeout (now by default). | |
def | src.cm.views.user.ctx.reset_password |
Resets password of the existing OS user user_name on given VM. | |
def | src.cm.views.user.ctx.shutdown |
Executes shutdown on virtual machines listed in vm_list at a given timeout (now by default) provided they belong to caller. |