Comment 2 for bug 1412269

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

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

commit 844bf3b4339002af915312b4dab9bf411ce19f63
Author: Naohiro Tamura <email address hidden>
Date: Sat Jan 17 23:35:42 2015 +0900

    Remove IloPXEDeploy.validate()

    Removed IloPXEDeploy.validate(), because the method of the parent
    class, PXEDeploy.validate(), has already implemented the code which it
    added.

    Change-Id: I534e8a2d84fcf2d8a94a5cc90f0b091f872333f9
    Closes-Bug: #1412269