Update git submodules

* Update osc-lib from branch 'master'
  to 973e16960d3d8054e3d6b367033ea975900741c0
  - Do not output log on bash autocomplete generation
    
    Do not output log on bash autocomplete generation as it requires
    manual sanitizing.   For instance, when running `openstack complete`,
    it appends the following two lines:
    ~~~
    complete -F _openstack openstack
    2022-05-10 12:50:25.052 863 INFO osc_lib.shell [-] END return value: 0
    ~~~
    and in the current .spec file, we manually remove the `complete -F`
    line but we still get that LOG.info output in train at least.  This
    behavior was not seen on master/wallaby.
    
    Change-Id: Id99791831ffc145b10a0ec8c211a99f8a714fa0a
This commit is contained in:
David Hill 2022-06-27 10:28:52 -04:00 committed by Gerrit Code Review
parent e532403ce5
commit c49fcc9103
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 65c73fd5030276e34f3d52c03ddb9d27cd8ec6f5
Subproject commit 973e16960d3d8054e3d6b367033ea975900741c0