Comment 11 for bug 1844124

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

Reviewed: https://review.opendev.org/687518
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=1bab70f909ff60c4dbc72a88b01bd9d511647f3c
Submitter: Zuul
Branch: stable/queens

commit 1bab70f909ff60c4dbc72a88b01bd9d511647f3c
Author: Harald Jensås <email address hidden>
Date: Mon Sep 16 21:52:51 2019 +0200

    fixed_configured=True when Add/Remove port IPs

    When updating a port with the fixed_ips request the
    fixed_configured argument should be set to true when
    calling _ipam_get_subnets() so that all subnets are
    returned if host is not set.

    Otherwise the ip allocation will be deffered and an
    empty list of possible subnets for the port is
    returned. Which in turn led to raising an error that
    the network requires subnets to allocate an IP
    address.

    Closes-Bug: #1844124
    Change-Id: I2e690ea0cf5fa0614e39be2b0e83afad3daa7f48
    (cherry picked from commit def8e95aad1e4588c369d537ee66234245eefdf6)