[OVN] port creation with --enable-uplink-status-propagation does not work with OVN mechanism driver
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu Cloud Archive |
New
|
Undecided
|
Unassigned | ||
Antelope |
New
|
Undecided
|
Unassigned | ||
Ussuri |
In Progress
|
Undecided
|
Unassigned | ||
Wallaby |
New
|
Undecided
|
Unassigned | ||
Xena |
New
|
Undecided
|
Unassigned | ||
Yoga |
New
|
Undecided
|
Unassigned | ||
Zed |
New
|
Undecided
|
Unassigned | ||
neutron |
Fix Released
|
Low
|
Rodolfo Alonso | ||
neutron (Ubuntu) |
New
|
Undecided
|
Mustafa Kemal Gilor | ||
Focal |
New
|
Undecided
|
Unassigned | ||
Jammy |
New
|
Undecided
|
Unassigned | ||
Lunar |
New
|
Undecided
|
Unassigned |
Bug Description
The port "uplink_
openstack port create --binding-profile trusted=true --enable-
The command fails with the following error when OVN is the mech driver:
BadRequestExcep
With ML2/OVS, the port creation command above succeeds without any errors.
As for the ml2_conf, "uplink_
[ml2]
extension_
type_drivers = geneve,
tenant_
mechanism_drivers = ovn,sriovnicswitch
/*...*/
I also found the following document which shows the feature gap between ML2/OVS and OVN, but the uplink_
Changed in neutron: | |
status: | New → Confirmed |
importance: | Undecided → Medium |
importance: | Medium → Low |
tags: | added: doc |
Changed in neutron (Ubuntu): | |
assignee: | nobody → Mustafa Kemal Gilor (mustafakemalgilor) |
no longer affects: | neutron (Ubuntu Mantic) |
no longer affects: | neutron (Ubuntu Focal) |
no longer affects: | cloud-archive/victoria |
no longer affects: | cloud-archive/bobcat |
I think it would be much helpful to avoid any confusion if we mention in the doc or man page that the feature is only available on which mechanism driver.