Update git submodules

* Update python-openstackclient from branch 'master'
  to c128ae19694eb3b4871481ec180bca8c8467f6a1
  - trivial: Don't ignore missing resources
    
    An openstacksdk 'find_foo' proxy method will return None by default if a
    resource is not found. You can change this behavior by setting
    'ignore_missing=False'. We were doing this in most, but not all cases:
    correct the issue.
    
    In the event of calling 'image delete' with multiple images, it will no
    longer fail on the first missing image and will instead attempt to
    delete remaining images before failing.
    
    Change-Id: I1e01d3c096dcaab731c28e496a182dd911229227
    Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
This commit is contained in:
Stephen Finucane 2024-02-14 10:19:47 +00:00 committed by Gerrit Code Review
parent 8f4d53f314
commit 575072767a
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 99c7f583df39a3e0303092ff069b038d92c7980d
Subproject commit c128ae19694eb3b4871481ec180bca8c8467f6a1