Skip to content

Commit

Permalink
Fix error with #1199
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Jun 11, 2021
1 parent e6adeca commit 42f2025
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 @@ -1044,7 +1044,7 @@ def get_volumes(driver, image, volume, radl):
'volume_size': disk_size
}
if disk_type == "ephemeral":
boot_disk['destination_type'] = 'local'
disk['destination_type'] = 'local'
elif disk_type:
disk['volume_type'] = disk_type
if disk_device:
Expand Down

0 comments on commit 42f2025

Please sign in to comment.