Update git submodules

* Update charm-octavia from branch 'master'
  to d8d8963667cb620370e2c424dbe668460ab99ff1
  - Wait for management interface IP to be assigned
    
    There can be a delay between the interface being created,
    and an IP address getting assigned,
    which previously caused a race condition where
    the config could be rendered before the IP address was ready
    resulting in the health manager bind_ip to be empty.
    
    This ensures that the IP address will be ready before continuing,
    which will ensure that the config rendering will not happen until ready,
    and the configure-resources action will only return once it's all done.
    
    Closes-Bug: #1961088
    Change-Id: I2cae5f0e307c8cd14f1831f3416d890ad604b705
This commit is contained in:
Samuel Walladge 2023-10-03 12:14:14 +09:30 committed by Gerrit Code Review
parent e007ecb1ac
commit 6b80e5323a
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 41faa0023072e572fb7d9c7a1f4614fba4631c18
Subproject commit d8d8963667cb620370e2c424dbe668460ab99ff1