Skip to content

Commit

Permalink
test: inconsequential change
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminLudwigSAP committed Jan 21, 2025
1 parent ceb09b7 commit 593325b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions octavia_f5/api/drivers/f5_driver/tasks/reschedule_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,9 @@ def revert(self, result, load_balancer: models.LoadBalancer, candidate: str, rem

class RewriteLoadBalancerEntry(RescheduleTasks):
def execute(self, load_balancer: models.LoadBalancer, candidate: str, *args, **kwargs):
# some inconsequential change
a = 3
a += a
LOG.debug("RewriteLoadBalancerEntry %s: Changing host '%s' to '%s'.",
load_balancer.id, load_balancer.server_group_id, candidate)
self._loadbalancer_repo.update(db_apis.get_session(), load_balancer.id, server_group_id=candidate)
Expand Down

0 comments on commit 593325b

Please sign in to comment.