mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 15:36:27 +00:00
Alias s3 backing to raw
This commit is contained in:
parent
c95b9077e5
commit
6c800145dc
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ def load_volume(data):
|
||||||
}
|
}
|
||||||
partition_map = partition_maps.get(data['partitions']['type'])(data['partitions'])
|
partition_map = partition_maps.get(data['partitions']['type'])(data['partitions'])
|
||||||
volume_backings = {'raw': LoopbackVolume,
|
volume_backings = {'raw': LoopbackVolume,
|
||||||
|
's3': LoopbackVolume,
|
||||||
'vdi': VirtualBoxVolume,
|
'vdi': VirtualBoxVolume,
|
||||||
'ebs': EBSVolume
|
'ebs': EBSVolume
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue