summaryrefslogtreecommitdiffstats
path: root/meta-openstack-qemu
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2014-09-03 01:08:14 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-09-03 01:08:14 -0400
commit0881d9805118707ece89be147612d02a27e3201b (patch)
treeb4dbfa68c0ca243637ca4c292ff066867319c177 /meta-openstack-qemu
parentf3c2d6637bfc0839214b68dcf36fc5cfb64c2cbc (diff)
downloadmeta-cloud-services-0881d9805118707ece89be147612d02a27e3201b.tar.gz
nova: update to juno configuration requirements
To boot a nested guest in juno, we need to relocate the virtualization type config setting into the [libvirt] section. With this, we can sucessfully launch a guest. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack-qemu')
-rw-r--r--meta-openstack-qemu/recipes-devtools/python/python-nova_git.bbappend2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openstack-qemu/recipes-devtools/python/python-nova_git.bbappend b/meta-openstack-qemu/recipes-devtools/python/python-nova_git.bbappend
index 45f4307..b2e3dff 100644
--- a/meta-openstack-qemu/recipes-devtools/python/python-nova_git.bbappend
+++ b/meta-openstack-qemu/recipes-devtools/python/python-nova_git.bbappend
@@ -6,6 +6,6 @@ do_install_append() {
6 TEMPLATE_CONF_DIR=${S}${sysconfdir}/${SRCNAME} 6 TEMPLATE_CONF_DIR=${S}${sysconfdir}/${SRCNAME}
7 NOVA_CONF_DIR=${D}/${sysconfdir}/nova 7 NOVA_CONF_DIR=${D}/${sysconfdir}/nova
8 8
9 sed -e "s:^libvirt_type.*=.*$:libvirt_type = qemu:" \ 9 sed -e "s:^virt_type.*=.*$:virt_type = qemu:" \
10 -i ${NOVA_CONF_DIR}/nova.conf 10 -i ${NOVA_CONF_DIR}/nova.conf
11} 11}