Searched refs:BaseVM (Results 1 – 8 of 8) sorted by relevance
19 class UbuntuVM(basevm.BaseVM):23 basevm.BaseVM.__init__(self, args, config)
47 class HaikuVM(basevm.BaseVM):
40 class CentosAarch64VM(basevm.BaseVM):
27 class FreeBSDVM(basevm.BaseVM):
21 class OpenBSDVM(basevm.BaseVM):
21 class NetBSDVM(basevm.BaseVM):
68 class BaseVM(object): class
824 Most importantly, create a subclass of BaseVM and implement ``build_image()``829 predefined URL. ``BaseVM._download_with_cache()`` takes care of the cache and835 - Root password set to ``BaseVM.ROOT_PASS``836 - User ``BaseVM.GUEST_USER`` is created, and password set to837 ``BaseVM.GUEST_PASS``