Esempio n. 1
0
    def __init__(self, debug=False):
        """ constractor for this ACL class

        Args:
            api_key_tag (str): see YAML for detail
        """
        GenericService.__init__(self, debug=debug)

        self._csite_ = "admin"
        self.res_type = "json"
Esempio n. 2
0
    def __init__(self, api_key_tag, debug=False):
        """ constractor for this keypairs class

        Args:
            api_key_tag (str): see YAML for detail
        """
        GenericService.__init__(self)
        # current working information
        self._csite_ = "openstack-taichung-suse"
        self._api_key_ = api_key_tag
        self._debug_ = debug
Esempio n. 3
0
    def __init__(self, debug=False):
        GenericService.__init__(self, debug=debug)

        self._csite_ = "goc"
Esempio n. 4
0
 def __init__(self, debug=False):
     GenericService.__init__(self, debug=debug)
Esempio n. 5
0
    def __init__(self, api_key_tag, debug=False):
        GenericService.__init__(self, debug=debug)

        self._csite_ = "k8s-taichung-default"
        self._api_key_ = api_key_tag
Esempio n. 6
0
    def __init__(self, debug=False):
        GenericService.__init__(self, debug=debug)

        self._csite_ = "k8s-taichung-default"
        self._cache_sol_ = {}
Esempio n. 7
0
    def __init__(self, api_key_tag, debug=False):
        GenericService.__init__(self, debug=debug)

        self._csite_ = 'harbor'
        self._api_key_ = api_key_tag
        self.res_type = "txt"
Esempio n. 8
0
 def __init__(self, api_key_tag, debug=False):
     GenericService.__init__(self, debug=debug)
     self._csite_ = 'openstack-taichung-community'
     self._api_key_ = api_key_tag