Update git submodules

* Update octavia from branch 'master'
  to 85cfb6c2ae974d110712b5ea673cdafcfecb9e69
  - Fix negative or 0 limit parameter in pagination
    
    Octavia replace "limit" with None when it is less 1. (for example 0, -1)
    However the further code failed to compare None and int values.
    This patch fixes it by validation, that limit is None.
    
    Co-Authored-By: Roman Goncharov <gadzhet007@gmail.com>
    
    Closes-Bug: #2060917
    Change-Id: I9bb45a1aca6b7b18644752a3dccc3ebfb7c106ef
This commit is contained in:
Sergey Kraynev 2024-04-13 16:45:53 +04:00 committed by Gerrit Code Review
parent 7619c35cbc
commit a5278a5d55
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit f91ff6c5a616261f57a15f612e00ba2b879b827e
Subproject commit 85cfb6c2ae974d110712b5ea673cdafcfecb9e69