Comment 2 for bug 1896850

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

Reviewed: https://review.opendev.org/753865
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=2864957ca53a346418f89cc945bba5cdcf204799
Submitter: Zuul
Branch: master

commit 2864957ca53a346418f89cc945bba5cdcf204799
Author: Steve Baker <email address hidden>
Date: Thu Sep 24 11:58:05 2020 +1200

    Fix dhcp_release when client_id is specified

    Appending a string to a list results in each character being appended
    as list items, this results in an invalid release command.

    This change appends the client_id string to the list instead.

    Change-Id: I71a114308e3b68f6daf6e1a202a47b6a453bb81a
    Closes-Bug: #1896850