[dpdk] serialization creates two add-port for dpdk
Bug #1559218 reported by
Atsuko Ito
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Fuel for OpenStack |
Fix Released
|
High
|
Fedor Zhadaev |
Bug Description
1. Create VLAN cluster
2. Mark interface enp0s5 as DPDK and put Private net on it
3. Deploy cluster
Actual: Serialization contains two transformations for enp0s5
network_scheme:
transformations:
- action: add-br
vendor_
datapath_
name: br-prv
provider: ovs
- action: add-port
bridge: br-prv
name: enp0s5
provider: dpdkovs
- action: add-port # incorrect one
bridge: br-aux
name: enp0s5
Changed in fuel: | |
milestone: | none → 9.0 |
importance: | Undecided → Critical |
Changed in fuel: | |
importance: | Critical → High |
tags: | added: area-python |
Changed in fuel: | |
status: | In Progress → Incomplete |
importance: | Wishlist → High |
Changed in fuel: | |
status: | Incomplete → Fix Committed |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/295086
Review: https:/