From 0881d9805118707ece89be147612d02a27e3201b Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 3 Sep 2014 01:08:14 -0400 Subject: 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 --- meta-openstack-qemu/recipes-devtools/python/python-nova_git.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-openstack-qemu') 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() { TEMPLATE_CONF_DIR=${S}${sysconfdir}/${SRCNAME} NOVA_CONF_DIR=${D}/${sysconfdir}/nova - sed -e "s:^libvirt_type.*=.*$:libvirt_type = qemu:" \ + sed -e "s:^virt_type.*=.*$:virt_type = qemu:" \ -i ${NOVA_CONF_DIR}/nova.conf } -- cgit v1.2.3-54-g00ecf