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 eb1703d commit e6adeca
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 @@ -1045,7 +1045,7 @@ def get_volumes(driver, image, volume, radl):
}
if disk_type == "ephemeral":
boot_disk['destination_type'] = 'local'
if disk_type:
elif disk_type:
disk['volume_type'] = disk_type
if disk_device:
disk['device_name'] = disk_device
Expand Down

0 comments on commit e6adeca

Please sign in to comment.