Merge "Replace outdated URL in code comment"

This commit is contained in:
Zuul
2025-07-08 23:47:24 +00:00
committed by Gerrit Code Review

View File

@@ -137,8 +137,7 @@ class Ports(generic.View):
The listing result is an object with property "items". Each item is
a port.
"""
# see
# https://github.com/openstack/neutron/blob/master/neutron/api/v2/attributes.py
# https://opendev.org/openstack/neutron/src/branch/master/neutron/tests/unit/extensions/v2attributes.py
project_id = request.user.project_id
result = api.neutron.port_list_with_trunk_types(request,
project_id=project_id,