Comment 2 for bug 1223205

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

Reviewed: https://review.openstack.org/45820
Committed: http://github.com/openstack/nova/commit/18f417c14a9313d90918285b22263623ba0c7e22
Submitter: Jenkins
Branch: master

commit 18f417c14a9313d90918285b22263623ba0c7e22
Author: He Jie Xu <email address hidden>
Date: Tue Sep 10 14:59:08 2013 +0800

    Fix console db can't load attribute pool

    Lists consoles failed when populate console_type from console
    db's pool attribute. The reason was db api console_get_all_by_instance
    didn't join with pool. So add param 'columns_to_join' for db api, and
    join pool attribute when lists consoles.

    Change-Id: I18b44860270a401c55cf02b4334b973fbf357b03
    Closes-bug: #1223205