Comment 4 for bug 1888649

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron (stable/ussuri)

Reviewed: https://review.opendev.org/743160
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=d07e87920826c5b4a1077939bbf5f9c9870d6511
Submitter: Zuul
Branch: stable/ussuri

commit d07e87920826c5b4a1077939bbf5f9c9870d6511
Author: Lucas Alvares Gomes <email address hidden>
Date: Thu Jul 23 13:07:42 2020 +0100

    [OVN] Extra DHCP options validation: Log invalid options

    By raising an exception when an option is invalid we broke the Ironic +
    OVN + Neutron DHCP agent combination that enabled deploying baremetal
    machines.

    This patch is changing the approach to just log the invalid options
    instead of failing the request so that the OVN driver can still be used
    with Ironic.

    Change-Id: I5e98297acefb62f9a9c1200ccfaac0672eeeed2c
    Closes-Bug: #1888649
    Signed-off-by: Lucas Alvares Gomes <email address hidden>
    (cherry picked from commit 8c4b23f8128fa396164293d74837fa3b391e9974)