Comment 2 for bug 1913906

Revision history for this message
Dave Heinz (disirk74) wrote :

For my use case, I changed Line 52 mentioned in your description to the following:

subprocess.check_call([OPENVSWITCH_OVS_VSCTL, 'remove', type, iface, column, key])

It now works for MY scenario, but not sure it would work for all.