def __init__(self, config_file):
        self.config = ConfigParser()
        self.config.read(config_file)

        self.path     = self.config.get("vsphere", "path")