Bug 1875820
| Summary: | Network RBAC policies don't work as expected in RHOSP13z11 | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Shailesh Chhabdiya <schhabdi> |
| Component: | openstack-neutron | Assignee: | Bernard Cafarelli <bcafarel> |
| Status: | CLOSED INSUFFICIENT_DATA | QA Contact: | Eran Kuris <ekuris> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 13.0 (Queens) | CC: | amuller, bcafarel, chrisw, scohen |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | All | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2021-04-26 15:43:09 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: | |||
|
Description
Shailesh Chhabdiya
2020-09-04 13:05:49 UTC
*** Bug 1875819 has been marked as a duplicate of this bug. *** RBAC can be tricky, but here is my understanding of the change: this is most probably bug #1657546 (which is included in z11) and the relevant upstream changes: https://bugs.launchpad.net/neutron/+bug/1808112 https://review.opendev.org/#/c/648532/ https://review.opendev.org/#/c/652636/ policy.json interesting rules are the same indeed (create_port:fixed_ips:ip_address,create_port:fixed_ips,create_port:fixed_ips:subnet_id) but this now properly follows logic and prevents users to to create ports with fixed ip addresses on an RBAC shared network |