« Previous | Next » 

Revision 0d8ce33e

ID0d8ce33e7514b0f25d4b4165f0eae5dae2f6d55c
Parent b8e39189
Child 11414807

Added by Sebastian Gebhard over 10 years ago

Fix keyerrors in cmdlib node

This patch fixes potential key errors in the OpenvSwitch implementation
in cmdlib/node.py. The checks in that file expected to have a ndparams dict
with certain keys to be present. This should not be the case as it will
result in KeyErrors when those keys are not present.

Also: Don't assume that ndparams is given at all.

Signed-off-by: Sebastian Gebhard <>
Signed-off-by: Klaus Aehlig <>
Reviewed-by: Guido Trotter <>

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences