Update git submodules

* Update octavia from branch 'master'
  to 55b2d70c4d75566bd5eedcb7bb53b78c361a50a0
  - Merge "Ensure options are dumped in debug logs"
  - Ensure options are dumped in debug logs
    
    This change makes the following processes dump loaded options when
    the processes start.
     - octavia-driver-agent
     - octavia-health-manager
     - octavia-house-keeping
    
    The actual options used by services are useful for debugging.
    
    The loaded options are already logged by api and worker(*1), so this
    ensures all daemons provide the consistent capability.
    
    (*1)
    octavia-worker depends on the cotyledon library, which internally
    calls the (same) oslo.config functionality to dump options.
    
    Change-Id: I79331dff469c6c81dd5afe04a950cdfd16abc3c1
This commit is contained in:
Zuul 2023-02-13 13:23:57 +00:00 committed by Gerrit Code Review
parent 7bc9a0282c
commit a7a651f9b8
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit cf827f5a8a454c1a7cab439ee328ee152dd3186a
Subproject commit 55b2d70c4d75566bd5eedcb7bb53b78c361a50a0