Skip to content

Commit

Permalink
why
Browse files Browse the repository at this point in the history
  • Loading branch information
cardoe committed Dec 18, 2024
1 parent 7f07532 commit 1be1b4b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ def _process_floatingip_update(self, resource, event, trigger, payload):
# we want the previous
fip = payload.states[1] if assoc_disassoc else payload.states[0]

LOG.debug("floatingip_update %s %s", assoc_disassoc, fip)

# what is the floating IP we are trying to use
float_ip_addr = fip["floating_ip_address"]
# what is the router ID
Expand Down

0 comments on commit 1be1b4b

Please sign in to comment.