Fixed the nova-compute template.

This commit is contained in:
Cody A.W. Somerville 2013-05-16 18:25:55 -04:00 committed by Clint Byrum
parent 1536112575
commit 5f763d6efb

@ -8,7 +8,7 @@ Parameters:
InstanceType:
Description: Use this flavor
Type: String
Default: bm.small
Default: baremetal
NovaImage:
Type: String
KeystoneHost:
@ -16,6 +16,8 @@ Parameters:
ServicePassword:
Description: admin_password for setting up auth in nova.
Type: String
QuantumHost:
Type: String
RabbitHost:
Type: String
RabbitPassword:
@ -24,7 +26,7 @@ Parameters:
Type: String
Default: eth0
NovaComputeSize:
Type: Integer
Type: Number
Default: 1
NovaComputeDriver:
Type: String
@ -78,8 +80,10 @@ Resources:
store_key: ''
interfaces:
control: {Ref: NovaInterfaces}
NovaCompute:
NovaCompute:
Type: OS::Heat::InstanceGroup
Properties:
LaunchConfiguration: {Ref: NovaLaunch}
LaunchConfigurationName: {Ref: NovaLaunch}
Size: {Ref: NovaComputeSize}
AvailabilityZones:
Fn::GetAZs: ''