python-openstackclient/openstackclient
Stephen Finucane c128ae1969 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>
2024-02-13 16:33:56 +00:00
..
api Blacken openstackclient.api 2023-05-10 10:51:30 +01:00
common Fix availability zone list command 2023-12-07 16:24:34 +00:00
compute trivial: Don't ignore missing resources 2024-02-13 16:33:56 +00:00
identity Merge "[codespell] fix typos in doc,tests and help messages" 2024-01-30 09:34:00 +00:00
image trivial: Don't ignore missing resources 2024-02-13 16:33:56 +00:00
locale/tr_TR/LC_MESSAGES Imported Translations from Zanata 2018-03-01 07:25:50 +00:00
network trivial: Don't ignore missing resources 2024-02-13 16:33:56 +00:00
object Add pagination helpers 2023-11-03 23:16:18 +00:00
tests trivial: Don't ignore missing resources 2024-02-13 16:33:56 +00:00
volume trivial: Don't ignore missing resources 2024-02-13 16:33:56 +00:00
__init__.py Clean up W503 and E402 pep8 errors 2018-04-15 12:23:06 +09:00
i18n.py Remove log translations 2017-03-21 17:23:09 +08:00
shell.py Blacken everything else 2023-05-10 10:51:30 +01:00