예제 #1
0
파일: base.py 프로젝트: c00cjz00/TWCCCLI2
    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"
예제 #2
0
파일: base.py 프로젝트: c00cjz00/TWCCCLI2
    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
예제 #3
0
파일: base.py 프로젝트: c00cjz00/TWCCCLI2
    def __init__(self, debug=False):
        GenericService.__init__(self, debug=debug)

        self._csite_ = "goc"
예제 #4
0
파일: base.py 프로젝트: c00cjz00/TWCCCLI2
 def __init__(self, debug=False):
     GenericService.__init__(self, debug=debug)
예제 #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
예제 #6
0
    def __init__(self, debug=False):
        GenericService.__init__(self, debug=debug)

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