Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Jun 18, 2024
1 parent 9a46b5c commit 1a57f7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IM/connectors/OpenStack.py
Original file line number Diff line number Diff line change
Expand Up @@ -1228,7 +1228,7 @@ def get_volumes(self, driver, image, volume, radl):
try:
new_volume_id = driver.ex_get_volume(os.path.basename(disk_url)).id
except Exception:
self.log_war("Error getting volume %s. Using ID." % disk_url)
self.log_warn("Error getting volume %s. Using ID." % disk_url)
new_volume_id = os.path.basename(disk_url)
disk = {
'boot_index': cont,
Expand Down

0 comments on commit 1a57f7c

Please sign in to comment.