Merge "Default to boot instances from volumes (require custom Heat patch)" into release-0.3
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
"$instanceName": {
|
||||
"Type": "AWS::EC2::Instance",
|
||||
"Properties": {
|
||||
"BootFromVolume": true,
|
||||
"InstanceType": "$instanceType",
|
||||
"ImageId": "$imageName",
|
||||
"AvailabilityZone": "$availabilityZone",
|
||||
|
||||
@@ -13,6 +13,7 @@
|
||||
"$instanceName": {
|
||||
"Type": "AWS::EC2::Instance",
|
||||
"Properties": {
|
||||
"BootFromVolume": true,
|
||||
"InstanceType": "$instanceType",
|
||||
"ImageId": "$imageName",
|
||||
"AvailabilityZone": "$availabilityZone",
|
||||
|
||||
Reference in New Issue
Block a user