Update git submodules

* Update oslo.service from branch 'master'
  - Merge "Make PID availabe as formatstring in backdoor path"
  - Make PID availabe as formatstring in backdoor path
    
    When multiple processes are spawned with the same configuration
    each process has the same backdoor_socket path configured and
    only the first process able to bind to the socket can later be
    accessed via the backdoor. To give each process a unique socket path
    we now expose the PID of the process as a format string argument,
    which can then be used like this:
    
    backdoor_socket = /var/lib/neutron/backdoor-{pid}
    
    Change-Id: I3f86f4867eb0cd5010abadf68620aa3450d3e64d
This commit is contained in:
Zuul 2019-05-30 01:29:43 +00:00 committed by Gerrit Code Review
parent 7636092a51
commit 01b15619e9
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit e99a2639eba30206e7aa31f61c3cf9039ff86397
Subproject commit ac29c8269965aa65db059c9c7cb626a09ce715c0