Comment 3 for bug 1434852

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

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

commit 29d6375a72048152404f77cb6de048a65f3cdce6
Author: Julia Kreger <email address hidden>
Date: Sat Mar 21 13:21:38 2015 -0400

    Correct update_dhcp_opts methods

    Due to recent changes in the neutron dhcp driver, an additional
    argument was added to the update_dhcp_opts method. The additional
    argument was not added to the base.py example and the none driver.

    As a result of this, the case of using Ironic with the none driver
    set was broken.

    In the process of adding a new test to detect such issues, additional
    issues were detected resulting in the parameters for
    update_dhcp_opts, update_dhcp_port_opts and update_port_address
    being updated in the base class and the none driver.

    Change-Id: Ia0ee0c2567309a230c2f1c044d50d9156afbf6a1
    Closes-Bug: 1434852