Files
ansible-collections-openstack/plugins/modules
Jan Horstmann 80ef209336 Set owner in image module
Previously the owner field was not set by module
`cloud.openstack.image`, although it is specified as a module parameter.
The usual approach in `ansible-collections-openstack` is to accept both
names and IDs when referencing openstack resources.
Therefore this commit follows the approach taken by
`python-openstackclient` in [1] and introduces a `project` and a
`project_domain` parameter to identify projects by name or ID and
assign the ID to the `owner` attribute of the image.
The `owner` parameter is left as an alias to `project` in the module.

Story: 2009983
Task: 45012

[1]
cf2de9af79

Change-Id: I3654587df8e40d554aac5126df307961f335332c
(cherry picked from commit acf64a1f72)
2022-05-10 20:31:23 +02:00
..
2021-05-21 07:47:42 +00:00
2020-06-23 21:50:43 +03:00
2022-05-10 20:31:23 +02:00
2020-05-12 10:20:50 -05:00
2020-05-12 10:20:50 -05:00
2020-05-12 10:20:50 -05:00
2020-05-12 10:20:50 -05:00
2020-05-12 10:20:50 -05:00
2020-05-12 10:20:50 -05:00
2020-05-12 10:20:50 -05:00
2020-05-12 10:20:50 -05:00
2020-05-12 10:20:50 -05:00
2020-05-12 10:20:50 -05:00
2020-05-12 10:20:50 -05:00
2020-05-12 10:20:50 -05:00
2020-05-12 10:20:50 -05:00
2020-05-12 10:20:50 -05:00
2020-05-12 10:20:50 -05:00
2020-05-12 10:20:50 -05:00
2020-05-12 10:20:50 -05:00
2020-05-12 10:20:50 -05:00
2020-05-12 10:20:50 -05:00
2020-05-12 10:20:50 -05:00
2020-05-12 10:20:50 -05:00
2020-05-12 10:20:50 -05:00
2020-05-12 10:20:50 -05:00
2020-05-12 10:20:50 -05:00
2020-05-12 10:20:50 -05:00
2020-05-12 10:20:50 -05:00
2020-05-12 10:20:50 -05:00
2020-05-12 10:20:50 -05:00
2020-05-12 10:20:50 -05:00
2020-05-12 10:20:50 -05:00
2020-05-12 10:20:50 -05:00
2020-05-12 10:20:50 -05:00
2020-05-12 10:20:50 -05:00
2020-05-12 10:20:50 -05:00
2020-05-12 10:20:50 -05:00
2020-05-12 10:20:50 -05:00
2020-05-12 10:20:50 -05:00
2020-05-12 10:20:50 -05:00
2020-05-12 10:20:50 -05:00
2020-05-12 10:20:50 -05:00
2020-05-12 10:20:50 -05:00
2020-05-12 10:20:50 -05:00
2020-05-12 10:20:50 -05:00
2020-05-12 10:20:50 -05:00
2020-05-12 10:20:50 -05:00
2020-05-12 10:20:50 -05:00
2022-02-16 14:48:52 +02:00
2022-04-05 15:25:13 +02:00
2022-03-31 20:05:06 +00:00