summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-ceilometer
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2014-01-08 01:05:55 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-01-15 00:33:53 -0500
commitb825fa0fac27ee733037ead3f52a2ca18a53a53c (patch)
tree78756bd4d4aa4187c1d8e78d35c6249ef4f6f8f4 /meta-openstack/recipes-devtools/python/python-ceilometer
parentb45880a1a11007476446c7e2f53b0fee43c43453 (diff)
downloadmeta-cloud-services-b825fa0fac27ee733037ead3f52a2ca18a53a53c.tar.gz
ceilometer: set libvirt_type to KVM, but allow modification for nested virt
We expose the libvirt_type config setting with a default value of 'kvm', but for nested virtualization configurations, we also provide a bbappend that will modify the value to 'qemu' automatically. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-ceilometer')
-rw-r--r--meta-openstack/recipes-devtools/python/python-ceilometer/ceilometer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-ceilometer/ceilometer.conf b/meta-openstack/recipes-devtools/python/python-ceilometer/ceilometer.conf
index 892a6af..457199d 100644
--- a/meta-openstack/recipes-devtools/python/python-ceilometer/ceilometer.conf
+++ b/meta-openstack/recipes-devtools/python/python-ceilometer/ceilometer.conf
@@ -74,7 +74,7 @@
74 74
75# Libvirt domain type (valid options are: kvm, lxc, qemu, uml, 75# Libvirt domain type (valid options are: kvm, lxc, qemu, uml,
76# xen) (string value) 76# xen) (string value)
77#libvirt_type=kvm 77libvirt_type=kvm
78 78
79# Override the default libvirt URI (which is dependent on 79# Override the default libvirt URI (which is dependent on
80# libvirt_type) (string value) 80# libvirt_type) (string value)