From 5e069fece4f9127265ef2e5d0a6df78a1bcdb145 Mon Sep 17 00:00:00 2001 From: Robert Collins Date: Mon, 12 Aug 2013 23:51:22 +1200 Subject: Add ability to set overcloud hypervisor type. This is needed for non-nested-kvm capable environments. Change-Id: I2b87071941c04d3c99a687082db42d2a84f481fd --- nova-compute-instance.yaml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'nova-compute-instance.yaml') diff --git a/nova-compute-instance.yaml b/nova-compute-instance.yaml index 548857a5..316ae585 100644 --- a/nova-compute-instance.yaml +++ b/nova-compute-instance.yaml @@ -29,6 +29,9 @@ Parameters: NovaComputeDriver: Type: String Default: libvirt.LibvirtDriver + NovaComputeLibvirtType: + Type: String + Default: null NovaApiHost: Type: String GlanceHost: @@ -80,6 +83,7 @@ Resources: - resource: NovaCompute nova: compute_driver: {Ref: NovaComputeDriver} + compute_libvirt_type: {Ref: NovaComputeLibvirtType} db: {Ref: NovaDSN} host: {Ref: NovaApiHost} glance: -- cgit 1.2.3-korg