Add ability to set overcloud hypervisor type.
authorRobert Collins <rbtcollins@hp.com>
Mon, 12 Aug 2013 11:51:22 +0000 (23:51 +1200)
committerRobert Collins <rbtcollins@hp.com>
Mon, 12 Aug 2013 11:51:22 +0000 (23:51 +1200)
This is needed for non-nested-kvm capable environments.

Change-Id: I2b87071941c04d3c99a687082db42d2a84f481fd

nova-compute-instance.yaml

index 548857a..316ae58 100644 (file)
@@ -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: