diff options
-rw-r--r-- | nova-compute-instance.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
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: |