python-openstackclient/openstackclient/tests/unit/image
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
..
v1 trivial: Don't ignore missing resources 2024-02-13 16:33:56 +00:00
v2 image: Trivial fixes 2024-01-29 13:53:34 +00:00
__init__.py move unit tests to new "unit" test module 2016-09-08 15:19:50 -07:00