diff options
author | Robert Collins <rbtcollins@hp.com> | 2013-08-12 23:51:22 +1200 |
---|---|---|
committer | Robert Collins <rbtcollins@hp.com> | 2013-08-12 23:51:22 +1200 |
commit | 5e069fece4f9127265ef2e5d0a6df78a1bcdb145 (patch) | |
tree | 43a3b030aa777d00f7c5e45490a4403e926c9776 | |
parent | f31e4ce336bc304e14bc97a6b2e79aa1517ceb4e (diff) |
Add ability to set overcloud hypervisor type.
This is needed for non-nested-kvm capable environments.
Change-Id: I2b87071941c04d3c99a687082db42d2a84f481fd
-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: |