vppapi: Use VPPApiJSONFiles instead of reinventing the wheel.

This commit is contained in:
Adrian Pistol
2022-10-28 03:02:28 +02:00
parent b62f5313dd
commit 60c4324f7e
5 changed files with 9 additions and 11 deletions

View File

@ -42,7 +42,7 @@ class Reconciler:
self,
cfg,
vpp_api_socket="/run/vpp/api.sock",
vpp_json_dir="/usr/share/vpp/api/",
vpp_json_dir=None,
):
self.logger = logging.getLogger("vppcfg.reconciler")
self.logger.addHandler(logging.NullHandler())