Comment 3 for bug 1282168

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

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

commit f1adedde7584d7ba5fdd37ed7ee45a0d415f2af0
Author: Ellen Hui <email address hidden>
Date: Tue Aug 5 23:50:56 2014 +0000

    Make DHCP provider pluggable

    Previously, all dhcp was done explicitly through Neutron. This commit
    adds an interface for dhcp providers, currently implemented by a
    Neutron provider and a noop provider.

    The provider can be set in the dhcp_provider config option, and
    defaults to neutron.

    Co-Authored-By: Jim Rollenhagen <email address hidden>
    Co-Authored-By: Lucas Alvares Gomes <email address hidden>
    Implements: blueprint support-external-dhcp
    Closes-Bug: #1282168
    Change-Id: I7eea490c573914c6cd2a73056fe3a0ec91065dc0