Skip to content

Commit edffc62

Browse files
committed
Trying without the host= arg
1 parent f70e459 commit edffc62

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

f5lbaasdriver/v2/bigip/plugin_rpc.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -815,8 +815,7 @@ def validate_listeners_state(self, context, listeners, host=None):
815815

816816
# validate a list of l7policys id - assure they are not deleted
817817
@log_helpers.log_method_call
818-
def validate_l7policys_state_by_listener(self, context, listeners,
819-
host=None):
818+
def validate_l7policys_state_by_listener(self, context, listeners):
820819
"""Performs a validation against l7policies with a list of listeners
821820
822821
This method will attempt to check the Neutron DB for a list of

0 commit comments

Comments
 (0)