--block_device_mapping
DEVNAME=ID:type:size:delete-on-terminate
|
DEVNAME. A device
name where the volume is attached in the system at
/dev/dev_name.
This value is typically
vda.
ID. The ID of the
volume to boot from, as shown in the output of
nova volume-list.
type. Either
snap or any other value,
including a blank string. snap
means that the volume was created from a
snapshot.
size. The size of
the volume, in GBs. It is safe to leave this blank
and have the Compute service infer the
size.
delete-on-terminate.
Boolean. Indicates whether the volume is deleted
when the instance is deleted. You can
specify:
True or
1
False or
0
|