nodepool/nodepool/releasenotes/notes
Tobias Urdin e4ce77466a Filter active images for OpenStack provider
The OpenStack provider doesn't filter on status
so when we uploaded a new image and deactivated
the old one it throws a SDKException because it
finds multiple images with the same name.

This adds a filter to only lookup Glance images
with a `active` status with the openstacksdk
which is the only valid state where we can
use the image [1].

[1] https://docs.openstack.org/glance/latest/user/statuses.html

Change-Id: I480b4e222232da1f1aa86b1a08117e605ef08eb4
2020-03-17 16:26:50 +01:00
..
filter-active-images-openstack-f69bf47323b6b91a.yaml Filter active images for OpenStack provider 2020-03-17 16:26:50 +01:00