Bug 2186758
Summary: | trying to remove a tenant port associated to a FIP by admin fails with resultCode: 500 | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat OpenStack | Reporter: | rlobillo | ||||
Component: | openstack-neutron | Assignee: | Fernando Royo <froyo> | ||||
Status: | CLOSED ERRATA | QA Contact: | Eran Kuris <ekuris> | ||||
Severity: | low | Docs Contact: | |||||
Priority: | high | ||||||
Version: | 16.2 (Train) | CC: | chrisw, froyo, jlibosva, mariel, scohen | ||||
Target Milestone: | z6 | Keywords: | Triaged | ||||
Target Release: | 16.2 (Train on RHEL 8.4) | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | openstack-neutron-15.3.5-2.20230831144916.63bac0f.el8ost | Doc Type: | No Doc Update | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | |||||||
: | 2193412 (view as bug list) | Environment: | |||||
Last Closed: | 2023-11-08 19:18:34 UTC | Type: | Bug | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Bug Depends On: | |||||||
Bug Blocks: | 2193412 | ||||||
Attachments: |
|
Description
rlobillo
2023-04-14 10:53:09 UTC
Confirmed on `RHOS-16.2-RHEL-8-20230926.n.1` compose. Previously created `demo` project and `user`, created a dummy `TEST` role, assigned `TEST` role to user `demo` in project `demo`. Created (or shared) a network in the `demo` project, and created a port: ``` openstack --os-cloud demo port create --network management_net_management weak_port ``` Assigned Floating IP as admin user to port created in `demo` project: ``` openstack --os-cloud overcloud floating ip set 10.46.185.59 --port 3f50c8e6-3514-422f-87d2-8398c00eaa15 ``` Attempting to delete the port as a `demo` user returns 409: ``` openstack --os-cloud demo port delete 3f50c8e6-3514-422f-87d2-8398c00eaa15 Failed to delete port with name or ID '3f50c8e6-3514-422f-87d2-8398c00eaa15': ConflictException: 409: Client Error for url: http://10.46.185.41:9696/v2.0/ports/3f50c8e6-3514-422f-87d2-8398c00eaa15, Unable to complete the operation on port "3f50c8e6-3514-422f-87d2-8398c00eaa15" because the port still has an associated floating IP. 1 of 1 ports failed to delete. ``` Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Red Hat OpenStack Platform 16.2.6 (Train) bug fix and enhancement advisory), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2023:6307 |