Comment 2 for bug 1507508

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

Reviewed: https://review.openstack.org/236936
Committed: https://git.openstack.org/cgit/openstack/kuryr/commit/?id=81a89f2bc2f3d5a4e140c935d3835cc2d3acb8a5
Submitter: Jenkins
Branch: master

commit 81a89f2bc2f3d5a4e140c935d3835cc2d3acb8a5
Author: Vikas Choudhary <email address hidden>
Date: Mon Oct 19 17:33:43 2015 +0530

    Fix /NetworkDriver.CreateEndpoint validation

    In Interface properties, Address and AddressIPv6 are coming as empty
    strings from libnetwork and that is breaking current validation logic.
    Logic is added to accept empty string also for mac and ipv4 address.

    Change-Id: Ib32bee76c6add1c5af616b7d74b346eef906fa8b
    Closes-Bug: #1507508