Searched refs:_LXC_VERSION (Results 1 – 1 of 1) sorted by relevance
130 _LXC_VERSION = None variable in Container178 if not Container._LXC_VERSION:179 Container._LXC_VERSION = lxc_utils.get_lxc_version()296 if Container._LXC_VERSION:297 logging.info("Detected lxc version %s", Container._LXC_VERSION)298 if Container._LXC_VERSION[0] >= 3: