예제 #1
0
파일: agent.py 프로젝트: see0/neutron
 def __init__(self, conf):
     self.conf = conf
     agent_utils.ensure_directory_exists_without_file(
         cfg.CONF.metadata_proxy_socket)
     self._init_state_reporting()
예제 #2
0
 def __init__(self, conf):
     self.conf = conf
     agent_utils.ensure_directory_exists_without_file(
         cfg.CONF.metadata_proxy_socket)
     self._init_state_reporting()
예제 #3
0
    def __init__(self, agent, conf):
        self.agent = agent
        self.conf = conf

        agent_utils.ensure_directory_exists_without_file(
            self.get_keepalived_state_change_socket_path(self.conf))
예제 #4
0
    def __init__(self, agent, conf):
        self.agent = agent
        self.conf = conf

        agent_utils.ensure_directory_exists_without_file(
            self.get_keepalived_state_change_socket_path(self.conf))
예제 #5
0
 def __init__(self, conf, chassis):
     self.conf = conf
     self.chassis = chassis
     agent_utils.ensure_directory_exists_without_file(
         cfg.CONF.metadata_proxy_socket)