Comment 65 for bug 1524745

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

Reviewed: https://review.openstack.org/427335
Committed: https://git.openstack.org/cgit/openstack/ironic/commit/?id=e0affc191ef5c9aa5bf3bb47037e44f43546a596
Submitter: Jenkins
Branch: master

commit e0affc191ef5c9aa5bf3bb47037e44f43546a596
Author: Ruby Loo <email address hidden>
Date: Tue Jan 31 17:48:19 2017 +0000

    Duplicated code in ..api.get_active_driver_dict()

    In the refactoring of some code in ironic/db/sqlalchemy/api,
    there was some duplication of code in get_active_driver_dict().
    This removes that duplication.

    This is a follow up to 3c45f2fd1b8ca90ecc02ec32206eadab0333c7a1.

    Change-Id: Id32280a6c020dce8e3580ea951b5822cf6a8eabf
    Partial-Bug: #1524745