aboutsummaryrefslogtreecommitdiffstats
path: root/nova-compute.yaml
diff options
context:
space:
mode:
authorClint Byrum <clint@fewbar.com>2013-05-09 17:44:37 -0700
committerClint Byrum <clint@fewbar.com>2013-05-09 17:44:37 -0700
commitece60fa2cc4b103ff350a71f08195f9019276b4d (patch)
treecadc8cf9d4a390cbd225881204bac97c0ae7fdec /nova-compute.yaml
parent121ac3b21c050f7684417788a21763f0622af4d4 (diff)
Adding nova-api and finishing nova-compute split.
Diffstat (limited to 'nova-compute.yaml')
-rw-r--r--nova-compute.yaml10
1 files changed, 5 insertions, 5 deletions
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}