We can't detect error if in network template used add-port on non existent NIC
Bug #1664286 reported by
Alexander Kislitsky
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Fuel for OpenStack |
Confirmed
|
Medium
|
Fuel Sustaining |
Bug Description
It is impossible to check that NIC is not existed if in the network template used add-port on tagged interface on non existent NIC:
{
"action": "add-port",
"bridge": "br1",
"ethtool": {
"offload": {
"
"
}
},
"name": "fake.222",
"mtu": 9000
},
Actual:
template is uploaded successfully
Expected:
error is raised
To post a comment you must log in.