SYMC: deleting subnet port from router removes ZK reservation
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenContrail |
New
|
Undecided
|
Unassigned |
Bug Description
On neutron add subnet to router,
In add_router_
https:/
A port-create with a fixed ip is simulated. This ends up creating an instance-ip for port with gw-ip-address. Ideally this shouldn't create an instance-ip.
Similarly i remove_
This doesn't cause any harm in ip-alloc-req because vnc_addr_mgmt.py uses Subnet() which doesn't allow to pick from gw-ip. But if user had specified gw-ip in port-create then it will be treated as available and used.