osism / openstack-image-manager

Easily manage and keep up to date a large number of images on an OpenStack environment
https://osism.tech/docs/guides/operations-guide/openstack/tools/image-manager/
Apache License 2.0
29 stars 19 forks source link

Fix usage of outdated module name #784

Closed janhorstmann closed 7 months ago

janhorstmann commented 7 months ago

The module openstack_image_manager.manage was renamed to openstack_image_manager.main in a previous commit. A condition checking the module name was fixed to reflect this change.