Update git submodules

* Update octavia from branch 'master'
  to f617fb770303f4d760a6d6f56526de9584699280
  - Merge "Fix create_server_group in compute noop"
  - Fix create_server_group in compute noop
    
    When using Noop+ACTIVE_STANDBY+anti_affinity, create_server_group
    doesn't return a value but the caller (NovaServerGroupCreate.execute)
    accesses to the id attribute of the returned value, it triggers an
    AttributeError:
    
    File "../worker/v2/tasks/compute_tasks.py", line 319, in execute
            "%s", server_group.id, loadbalancer_id)
    AttributeError: 'NoneType' object has no attribute 'id'
    
    This commit adds a fake object that is returned by the noop driver.
    
    Change-Id: I579c1e7bd364b3c34e9a813f99c77d30753d288b
This commit is contained in:
Zuul 2023-04-03 19:17:28 +00:00 committed by Gerrit Code Review
parent e662cf7cb6
commit cd2fb0b3a3
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit b0c9cff6b0ec25b02b41f59486ae6e2bf9a4da7a
Subproject commit f617fb770303f4d760a6d6f56526de9584699280