Fix missing NovaComputeLibvirtType parameter.
authorClint Byrum <clint@fewbar.com>
Thu, 15 Aug 2013 00:54:34 +0000 (17:54 -0700)
committerClint Byrum <clint@fewbar.com>
Thu, 15 Aug 2013 01:39:57 +0000 (18:39 -0700)
Also change default to '' as null is not technically allowed as a
string default in cloudformation (Heat accidentally allows this).
Os-apply-config, via pystache, will still treat this as false for
the purposes of checking if it is set or not.

Change-Id: Ia02dbcf619bdc92647f1d21157fa4a8e3f749de3

nova-compute-instance.yaml
overcloud-source.yaml

index 316ae58..be15e72 100644 (file)
@@ -31,7 +31,7 @@ Parameters:
     Default: libvirt.LibvirtDriver
   NovaComputeLibvirtType:
     Type: String
-    Default: null
+    Default: ''
   NovaApiHost:
     Type: String
   GlanceHost:
index ff15c3a..52e2b33 100644 (file)
@@ -13,6 +13,9 @@ Parameters:
   NovaComputeDriver:
     Default: libvirt.LibvirtDriver
     Type: String
+  NovaComputeLibvirtType:
+    Default: ''
+    Type: String
   NovaImage:
     Type: String
     Default: overcloud-compute