From ece60fa2cc4b103ff350a71f08195f9019276b4d Mon Sep 17 00:00:00 2001 From: Clint Byrum Date: Thu, 9 May 2013 17:44:37 -0700 Subject: Adding nova-api and finishing nova-compute split. --- nova-compute.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'nova-compute.yaml') diff --git a/nova-compute.yaml b/nova-compute.yaml index 596c1b50..ae4affbf 100644 --- a/nova-compute.yaml +++ b/nova-compute.yaml @@ -9,9 +9,6 @@ Parameters: Description: Use this flavor Type: String Default: bm.small - NovaDSN: - Description: DSN for connecting to nova database - Type: String NovaImage: Type: String KeystoneHost: @@ -32,6 +29,9 @@ Parameters: NovaComputeSize: Type: Integer Default: 1 + NovaComputeDriver: + Type: String + Default: libvirt.LibvirtDriver Resources: AccessPolicy: Type: OS::Heat::AccessPolicy @@ -65,10 +65,10 @@ Resources: region: {Ref: 'AWS::Region'} refresh: - resource: NovaCompute + nova: + compute_driver: {Ref: NovaComputeDriver} keystone: host: {Ref: KeystoneHost} - nova: - db: {Ref: NovaDSN} quantum: host: {Ref: QuantumHost} service-password: {Ref: ServicePassword} -- cgit 1.2.3-korg