Merge "Remove "or 'reserved'" condition from reserve_block_device_name"
This commit is contained in:
commit
523e8ed5c0
@ -4636,7 +4636,7 @@ class ComputeManager(manager.Manager):
|
||||
context=context,
|
||||
source_type='volume', destination_type='volume',
|
||||
instance_uuid=instance.uuid, boot_index=None,
|
||||
volume_id=volume_id or 'reserved',
|
||||
volume_id=volume_id,
|
||||
device_name=device, guest_format=None,
|
||||
disk_bus=disk_bus, device_type=device_type)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user