diff options
Diffstat (limited to 'snaps/openstack/create_image.py')
-rw-r--r-- | snaps/openstack/create_image.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/snaps/openstack/create_image.py b/snaps/openstack/create_image.py index 4f2bd7e..1e2e4dc 100644 --- a/snaps/openstack/create_image.py +++ b/snaps/openstack/create_image.py @@ -176,7 +176,7 @@ class OpenStackImage: # TODO - Place this API call into glance_utils. status = glance_utils.get_image_status(self.__glance, self.__image) if not status: - logger.warn('Cannot image status for image with ID - ' + self.__image.id) + logger.warning('Cannot image status for image with ID - ' + self.__image.id) return False if status == 'ERROR': |