Update git submodules

* Update octavia from branch 'master'
  to 8d27bdb5462474dafc934d164f3a299bfca8dd89
  - Merge "Filter ComputeWaitTimeoutException when jobboard is disabled"
  - Filter ComputeWaitTimeoutException when jobboard is disabled
    
    A commit [0] has changed the behavior of the task that waits for a
    compute server to be active. The task used to have a loop that was
    waiting until the server was active, it is now using a Retry feature in
    taskflow: the task throws an exception if the server is not active,
    taskflow marks the task as failed, but it retries to execute it later
    (until a max number of retries).
    The exception thrown by the task should be hidden to the user, it is not
    a real error, but it is part of the workflow. The exception is correctly
    filtered out when jobboard is enabled, but it is not when jobboard is
    disabled.
    
    [0] I174e63cfe176e1792d0bbcd348dbc9115544e297
    
    Story https://storyboard.openstack.org/#!/story/2010369
    Task 46595
    
    Change-Id: I282fa6a4ce43f0d2cb9cba48b7149ef66ede44fc
This commit is contained in:
Zuul 2022-12-12 18:21:11 +00:00 committed by Gerrit Code Review
parent 5e2cb3bcf5
commit 5266092f4c
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 4ba956ecf2f8a3dc5871a26e7e44ee3cf585837c
Subproject commit 8d27bdb5462474dafc934d164f3a299bfca8dd89