Comment 3 for bug 1287881

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

Reviewed: https://review.openstack.org/78348
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=ded54e6f5d4885e4422867ab52860488c0fe8a22
Submitter: Jenkins
Branch: master

commit ded54e6f5d4885e4422867ab52860488c0fe8a22
Author: Leandro I. Costantino <email address hidden>
Date: Wed Mar 5 10:56:25 2014 -0300

    Refactor code around Console support

    Add a console module to handle the different kinds on remote consoles
    supported (vnc, rdp, spice ) and refactor the code
    to use console.get_console.

    In the future, a matrix based on HyperVisor could be added
    in case that only one type of console is supported.
    Ex: HyperV <=> RDP

    Change-Id: If448b7c9d953765b9b56ee14b39975d951ffd92c
    Implements: blueprint refactor-console-support
    Closes-Bug: #1287881