コード例 #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
ファイル: agent.py プロジェクト: HoratiusTang/neutron
 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
ファイル: ha.py プロジェクト: eros-lige/UPCloud-neutron
    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
ファイル: ha.py プロジェクト: youaremylovemyy/neutron
    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)