remove halt_on_error from qvlan_profile

Signed-off-by: Matthew Stidham <stidmatt@protonmail.com>
This commit is contained in:
Matthew Stidham
2021-03-17 19:10:26 -07:00
parent 6166a9cc72
commit 3574f94987

View File

@@ -20,7 +20,7 @@ class QVLANProfile(LFCliBase):
admin_down=False,
dhcp=False,
debug_=False):
super().__init__(lfclient_host, lfclient_port, debug_, _halt_on_error=True)
super().__init__(lfclient_host, lfclient_port, debug_)
self.local_realm = local_realm
self.num_qvlans = num_qvlans
self.qvlan_parent = qvlan_parent