Update git submodules

* Update neutron from branch 'master'
  to 5cd0388eb7cac84fc1aaa425184bf4af67ed0608
  - Merge "Handle "no such process" during keepalived process cleanup"
  - Handle "no such process" during keepalived process cleanup
    
    First, the _stop_keepalived_manager() was doing redundant work of
    the KeepalivedManager.disable() method. I.e. SIGTERM pid
    wait for 5s and then SIGKILL. Therefore I removed that code from the
    test file.
    Next, I wrapped the self.manager.disable() to handle for the non atomic
    operation of the disable() function where SIGTERM can sometimes stop
    the process right before the SIGKILL is called. We dont want this to
    fail the test as shown in the linked bug.
    
    Closes-Bug: #2017037
    Change-Id: Ide244c079094f60779ce446283e5d51ae15e9af3
This commit is contained in:
Zuul 2023-04-26 12:22:38 +00:00 committed by Gerrit Code Review
parent 4ade51f5ab
commit 65afa43151
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit d8eb64e1cf0d3d6cacbe5f09d4270e9d9814e87e
Subproject commit 5cd0388eb7cac84fc1aaa425184bf4af67ed0608