Comment 9 for bug 1821058

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

Reviewed: https://review.opendev.org/678027
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=380825fcf8e5bdba10c3b2758dfb772e28f9461e
Submitter: Zuul
Branch: master

commit 380825fcf8e5bdba10c3b2758dfb772e28f9461e
Author: Rodolfo Alonso Hernandez <email address hidden>
Date: Thu Aug 22 11:07:14 2019 +0000

    Check mech driver connectivity during port binding

    In [1] the concept of "connectivity" was introduced for the ML2 drivers.
    This parameter defines the mech driver connectivity type (layer 2, layer
    3 only or legacy - not defined).

    The spec defined in the blueprint allows to spawn a VM with ports
    without IP addresses. As commented in the Nova spec [2], those ports can
    be bound only to "l2" drivers.

    [1] https://review.opendev.org/#/c/645645/
    [2] https://review.opendev.org/#/c/641670/

    bp boot-vm-with-unaddressed-port
    Related-Bug: #1821058

    Change-Id: I438cbab43b45b5f7afc820b77fcf5a0e823d0eff