mirror of
https://opendev.org/openstack/ansible-collections-openstack.git
synced 2026-03-26 21:43:02 +00:00
Add inactive state for the images
Glance images can be deactivated ad reactivated with corresponding API calls. It might be useful for operators to be able to control these states through ansible modules as well. Instead of introduction of the new parameter we're adding new state for the image that is `inactive`. Change-Id: I0738ff564f81a31690872450a4731340ed6bbeb1
This commit is contained in:
7
changelogs/fragments/image_deactivate_reactivate.yml
Normal file
7
changelogs/fragments/image_deactivate_reactivate.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
|
||||
minor_changes:
|
||||
- |
|
||||
openstack.cloud.image - Added new `inactive` option for the image `state`
|
||||
It will deactivate the image. Setting state `present` can re-activate it
|
||||
again for deactivated previously images.
|
||||
Reference in New Issue
Block a user