MCPcopy Create free account
hub / github.com/apache/cloudstack / CsPasswdSvc

Class CsPasswdSvc

systemvm/debian/opt/cloud/bin/cs/CsApp.py:63–78  ·  view source on GitHub ↗

CloudStack VR password server

Source from the content-addressed store, hash-verified

61
62
63class CsPasswdSvc():
64 """
65 CloudStack VR password server
66 """
67
68 def __init__(self, ip):
69 self.ip = ip
70
71 def start(self):
72 CsHelper.service("cloud-password-server@%s" % self.ip, "start")
73
74 def stop(self):
75 CsHelper.service("cloud-password-server@%s" % self.ip, "stop")
76
77 def restart(self):
78 CsHelper.service("cloud-password-server@%s" % self.ip, "restart")
79
80
81class CsDnsmasq(CsApp):

Callers 4

post_config_changeMethod · 0.85
set_faultMethod · 0.85
set_backupMethod · 0.85
set_primaryMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected