Comment 6 for bug 1337447

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

Reviewed: https://review.openstack.org/104952
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=a5dbda3f429d0a1e6cb4fc28b2a620dc2b40fd59
Submitter: Jenkins
Branch: master

commit a5dbda3f429d0a1e6cb4fc28b2a620dc2b40fd59
Author: Thang Pham <email address hidden>
Date: Fri Jul 4 14:53:10 2014 -0400

    Resolve import dependency in consoleauth service

    If you attempt to access an instance's noVNC console on the
    horizon dashboard, an AttributeError is thrown, complaining
    about 'module' object having no attribute 'InstanceInfoCache'.
    This is because the objects are not registered by the consoleauth
    service. This patch fixes this import dependency by registering
    all objects so it could be used by the consoleauth service.

    Change-Id: I4f9b922a077076b156833590762106d5cd2ad276
    Closes-Bug: #1337447