Every call of openstack_image_manager will now validate the image yamls against the schema before managing the images. (Previously check defaulted to False and exited without managing the images)
Furthermore add the option --check-only used if only the validation is desired but not managing the images (for example in CI pipelines)
Every call of openstack_image_manager will now validate the image yamls against the schema before managing the images. (Previously check defaulted to
False
and exited without managing the images)Furthermore add the option
--check-only
used if only the validation is desired but not managing the images (for example in CI pipelines)