Comment 59 for bug 1524745

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

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

commit e77675781231409d16744ab9d1b13ffc92d358f6
Author: Jim Rollenhagen <email address hidden>
Date: Wed Jan 11 17:01:51 2017 +0000

    Add dynamic driver functionality to REST API

    This adds API version 1.30, which adds dynamic driver parameters
    and response fields to `GET /v1/drivers` and `GET /v1/drivers/<name>`.

    Changes RAID APIs to work for dynamic drivers.

    Also changes GET /v1/drivers/<name>/properties to work for dynamic
    drivers. It uses the calculated default implementation for each
    interface, when calculating the properties.

    Last, changes node and driver vendor passthru to work correctly
    for dynamic drivers. Similar to properties, driver vendor passthru
    will use the calculated default vendor implementation.

    Change-Id: If13e7e7fd368273e84d9a108be93b58150432fae
    Partial-Bug: #1524745