Comment 8 for bug 1261915

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

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

commit c75a070520b02deafe61343157d3a4219374f6d3
Author: Ruby Loo <email address hidden>
Date: Tue Jul 15 10:02:18 2014 -0400

    Add drivers.base.BaseDriver.get_properties()

    Adds ironic.drivers.base.BaseDriver.get_properties() which returns a
    dictionary of <property>:<description> entries.

    The driver interfaces (DeployInterface, PowerInterface, ...) have a
    new get_properties() method that returns a dictionary of
    <property>:<description>.

    These changes are needed in order to provide an API to get driver_info
    properties.

    Change-Id: I5994e990deb26841633ca26de1a5fb63b743271a
    Blueprint: get-required-driver-info
    Partial-Bug: #1261915