From 5f763d6efb34b581dc6f791fb0bda1fd262da863 Mon Sep 17 00:00:00 2001 From: "Cody A.W. Somerville" Date: Thu, 16 May 2013 18:25:55 -0400 Subject: Fixed the nova-compute template. --- nova-compute.yaml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'nova-compute.yaml') diff --git a/nova-compute.yaml b/nova-compute.yaml index ad7446f0..172e9a1a 100644 --- a/nova-compute.yaml +++ b/nova-compute.yaml @@ -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: '' -- cgit 1.2.3-korg