Пример #1
0
    def __init__(self, account_id, username, password):
        ResumatorRightScale.__init__(self, account_id, username, password)

        self.url                = self.base_url + "server_templates.%s" % self.resp_format
Пример #2
0
    def __init__(self, account_id, username, password):
        ResumatorRightScale.__init__(self, account_id, username, password)

        self.url                = self.base_url + "ec2_ssh_keys.%s" % self.resp_format
        self.ssh_keys           = {}
        self.__set_keys()
Пример #3
0
    def __init__(self, account_id, username, password):
        ResumatorRightScale.__init__(self, account_id, username, password)

        self.url                = self.base_url + "ec2_ebs_volumes.%s" % self.resp_format
Пример #4
0
    def __init__(self, account_id, username, password):
        ResumatorRightScale.__init__(self, account_id, username, password)

        self.url    = self.base_url + "deployments.%s" % self.resp_format
Пример #5
0
    def __init__(self, account_id, username, password):
        ResumatorRightScale.__init__(self, account_id, username, password)

        self.url                = self.base_url + "ec2_security_groups.%s" % self.resp_format