Exemplo 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"
Exemplo 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
Exemplo n.º 3
0
    def __init__(self, debug=False):
        GenericService.__init__(self, debug=debug)

        self._csite_ = "goc"
Exemplo n.º 4
0
 def __init__(self, debug=False):
     GenericService.__init__(self, debug=debug)
Exemplo 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
Exemplo n.º 6
0
    def __init__(self, debug=False):
        GenericService.__init__(self, debug=debug)

        self._csite_ = "k8s-taichung-default"
        self._cache_sol_ = {}
Exemplo 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"
Exemplo 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