bootstrap-vz/tests/integration/images/__init__.py

7 lines
196 B
Python
Raw Normal View History

def initialize_image(manifest, build_server, bootstrap_info):
if manifest.provider['name'] == 'virtualbox':
import vbox
return vbox.initialize_image(manifest, build_server, bootstrap_info)