eBay / go-ovn

A Go library for OVN Northbound/Southbound DB access using native OVSDB protocol
Apache License 2.0
108 stars 59 forks source link

Improvise error handling if object does not exist. #78

Closed noah8713 closed 4 years ago

noah8713 commented 4 years ago

e.g when listing logical router ports, return error if router is not present in ovn. Similarly fix for rest entities like load balancer list, ls port list, qos, acl, encaps, etc.

This is already being handled in ovn-nb/sbctl clients in ovn. Hence, handling the same here.