[OVN] Trunk can be deleted when the parent port is bound to a VM
Bug #2022059 reported by
Rodolfo Alonso
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
neutron |
In Progress
|
High
|
Rodolfo Alonso |
Bug Description
Inlike in other backends (ML2/OVS for example), the "Trunk" object can be deleted while the parent port (and the subports) are bound. This operation should raise an exception instead (same as in ML2/OVS).
Example using ML2/OVS:
$ openstack network trunk delete trunk1
Failed to delete trunk with name or ID 'trunk1': ConflictException: 409: Client Error for url: http://
1 of 1 trunks failed to delete.
Changed in neutron: | |
importance: | Undecided → High |
Changed in neutron: | |
assignee: | nobody → Miro Tomaska (mtomaska) |
Changed in neutron: | |
status: | New → Confirmed |
Changed in neutron: | |
assignee: | Miro Tomaska (mtomaska) → Rodolfo Alonso (rodolfo-alonso-hernandez) |
To post a comment you must log in.
Fix proposed to branch: master /review. opendev. org/c/openstack /neutron/ +/885154
Review: https:/