Home | History | Annotate | Download | only in site_utils

Lines Matching defs:config

47 config = global_config.global_config
50 BASE = config.get_config_value('AUTOSERV', 'container_base_name')
67 SSP_ENABLED = config.get_config_value('AUTOSERV', 'enable_ssp_container',
70 CONTAINER_BASE_FOLDER_URL = config.get_config_value('AUTOSERV',
75 DEFAULT_CONTAINER_PATH = config.get_config_value('AUTOSERV', 'container_path')
476 attribute lxc.rootfs from the config file of the container, e.g.,
502 'in the container config file is %s' %
619 config_file = os.path.join(self.container_path, self.name, 'config')
700 global config.
823 'global config "AUTOSERV/ container_path".')
864 # Update container config with container_path from global config.
865 config_path = os.path.join(base_path, 'config')
931 config_file = os.path.join(container.container_path, name, 'config')
980 # Update container config to mount directories.