Comment 47 for bug 1524745

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

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

commit 3c45f2fd1b8ca90ecc02ec32206eadab0333c7a1
Author: Jim Rollenhagen <email address hidden>
Date: Wed Jan 11 16:59:13 2017 +0000

    Add hardware types to the hash ring

    This loads hardware types into the hash ring, along with the drivers
    that are currently there. This allows us to make RPC calls for nodes
    that are using a dynamic driver.

    Adds a dbapi method `get_active_hardware_type_dict`, similar to
    `get_active_driver_dict`, to get a mapping of hardware types to active
    conductors.

    Change-Id: I50c1428568bd8cbe4ef252d56a6278f1a54dfcdb
    Partial-Bug: #1524745