shade/releasenotes/notes/false-not-attribute-error-49484d0fdc61f75d.yaml
Monty Taylor 6996f2329e
Don't fail on trying to delete non-existant images
This currently throws an attribute exception, which is definitely not
the right choice.

Change-Id: I2e08ce9f46f4fa8ec1d42508efb16a014d485850
2016-11-07 13:20:21 -06:00

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.