Comment 3 for bug 1949767

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

Reviewed: https://review.opendev.org/c/openstack/neutron/+/816722
Committed: https://opendev.org/openstack/neutron/commit/d9f31f5047f7de8a74b169770e2342136234b344
Submitter: "Zuul (22348)"
Branch: master

commit d9f31f5047f7de8a74b169770e2342136234b344
Author: Sebastian Lohff <email address hidden>
Date: Thu Nov 4 15:56:37 2021 +0100

    Do not set project_id for floating ip ports

    Floating IP ports should not have a project_id assigned to them as they
    are not managed by the owner of a project, but by OpenStack itself. With
    a project_id assigned they also count towards the port quota of said
    project, which they should not. Therefore, we do not set a project_id
    anymore on Floating IP creation for the Floating IP port. This is in
    line with the behaviour we currently have for gateway interfaces of
    routers.

    Change-Id: I053d48166141e5cdbd39a1235a43b06d64478bc1
    Closes-Bug: #1949767