Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,11 @@ def __init__(self, plugin_rpc=None, conf=None):
self.health_monitor = HaproxyHealthMonitorManager(self)
self.o_models_builder = OctaviaDataModelBuilder(self)

# TODO(jiahao):visibility for lbaasv2 is not implememnted.
# Temporary solution to get around it.
def _configure_log_forwarding(self, url, mgmt_ip, port):
return common_const.UNHANDLED

@classmethod
def get_name(self):
return DRIVER_NAME
Expand Down