We can't detect error if in network template used add-port on non existent NIC

Bug #1664286 reported by Alexander Kislitsky
6
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": {
      "large-receive-offload": false,
      "generic-receive-offload": false
    }
  },
  "name": "fake.222",
  "mtu": 9000
},

Actual:
template is uploaded successfully

Expected:
error is raised

Tags: area-neutron
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.