Пример #1
0
 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)