Comment 2 for bug 1472848

Revision history for this message
James Page (james-page) wrote :

charm has:

        if config('cpu-mode'):
            ctxt['cpu_mode'] = config('cpu-mode')
        elif ctxt['arch'] in ['ppc64el', 'ppc64le']:
            ctxt['cpu_mode'] = 'host-passthrough'

fixing this bug but still allowing things to be overridden by users.