a3cd1f0faf
Change-Id: I4d25c654ee3c298de03907b14161096a59d098db
7 lines
261 B
YAML
7 lines
261 B
YAML
---
|
|
fixes:
|
|
- delete_image used to fail with an AttributeError if an invalid image
|
|
name or id was passed, rather than returning False which was the
|
|
intent. This is worthy of note because it's a behavior change, but the
|
|
previous behavior was a bug.
|