Skip to content

Commit

Permalink
Agent repeatedly logs <Response [400]> error message
Browse files Browse the repository at this point in the history
Issues:
Fixes F5Networks#1315

Problem: Agent logs error when attempting to purge orphaned nodes.

Analysis: Orhpaned nodes are purged when pools are purged. Removed
call to separately purge nodes.
  • Loading branch information
jlongstaf committed Jun 18, 2018
1 parent f427120 commit 735bb24
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion f5_openstack_agent/lbaasv2/drivers/bigip/agent_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -810,7 +810,6 @@ def clean_orphaned_objects_and_save_device_config(self):
pools = self.lbdriver.get_all_deployed_pools()
if pools:
self.purge_orphaned_pools(pools)
self.purge_orphaned_nodes(pools)

# Ask the BIG-IP for all deployed monitors not associated
# to a pool
Expand Down

0 comments on commit 735bb24

Please sign in to comment.