Bug 1747269
| Summary: | Non-admin user can assign fixed vip address from external network | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Takashi Kajinami <tkajinam> |
| Component: | openstack-neutron-lbaas | Assignee: | Brian Haley <bhaley> |
| Status: | CLOSED WONTFIX | QA Contact: | Bruna Bonguardo <bbonguar> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 13.0 (Queens) | CC: | amuller, apevec, bhaley, cgoncalves, gthiemon, lhh, michjohn, scohen |
| Target Milestone: | z9 | Keywords: | Triaged, ZStream |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-03-11 09:45:32 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: | 1751329 | ||
| Bug Blocks: | |||
|
Description
Takashi Kajinami
2019-08-30 02:58:08 UTC
I have looked into this issue. VIP allocation is controlled by the neutron service which in general will allow the user to allocate an un-used IP address on any subnet the user has access to. Looking at the neutron code, it is by design that a user can request an IP address outside of the subnet allocation pool. See this comment in the neutron code: https://opendev.org/openstack/neutron/src/branch/master/neutron/ipam/requests.py#L50 |