Ejemplo n.º 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()
Ejemplo n.º 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()
Ejemplo n.º 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))
Ejemplo n.º 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))
Ejemplo n.º 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)