mirror of
https://opendev.org/openstack/ansible-collections-openstack.git
synced 2026-07-27 18:24:28 +00:00
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
8 lines
227 B
YAML
8 lines
227 B
YAML
---
|
|
|
|
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.
|