Move VPPApi into a Reconciler class, add (empty) prune() create() and sync() methods. Add --force flag to enable making progress after warnings are issued
This commit is contained in:
@ -20,4 +20,5 @@ from __future__ import (
|
||||
)
|
||||
|
||||
import logging
|
||||
import vpp.vppapi
|
||||
from vpp.vppapi import VPPApi
|
||||
from vpp.reconciler import Reconciler
|
||||
|
Reference in New Issue
Block a user