Comment 9 for bug 1745340

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (master)

Reviewed: https://review.openstack.org/538003
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=b92e3bc95fd69759031b7439b7f8392926910cc2
Submitter: Zuul
Branch: master

commit b92e3bc95fd69759031b7439b7f8392926910cc2
Author: Marcin Juszkiewicz <email address hidden>
Date: Thu Jan 25 20:00:37 2018 +0100

    Make sure that we have usable input for graphical console

    Graphical console is optional thing. But when it is enabled then it is
    good to have some input devices.

    On x86(-64) it is handled by PS/2 keyboard/mouse. On ppc64 we have USB
    keyboard/mouse. On aarch64 we have nothing.

    So make sure that we have USB Host controller available and that usb
    keyboard is present. Also USB tablet (default pointer_model device) will
    have a port to plug to.

    Closes-bug: 1745340

    Change-Id: I69a934d188446a1aa95ab33975dbe1d6e058ebf9