From 2d94422db8c142993f59a277ea945b048bfd1979 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Fri, 4 Oct 2013 15:02:07 -0400 Subject: nova: inherit useradd.bbclass After the merging of python-nova-controller and python-nova-compute, we were missing the inherit of useradd bbclass. As a result, there wasn't a valid nova user and group on the system. Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python-nova_2013.1.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-openstack/recipes-devtools/python/python-nova_2013.1.3.bb') diff --git a/meta-openstack/recipes-devtools/python/python-nova_2013.1.3.bb b/meta-openstack/recipes-devtools/python/python-nova_2013.1.3.bb index 3552592..5fb6f3f 100644 --- a/meta-openstack/recipes-devtools/python/python-nova_2013.1.3.bb +++ b/meta-openstack/recipes-devtools/python/python-nova_2013.1.3.bb @@ -28,7 +28,7 @@ SRC_URI[sha256sum] = "f7c25186920daccb16867c5fd272318beb8cc076e5a55f79b5906618ef S = "${WORKDIR}/${SRCNAME}-${PV}" -inherit update-rc.d setuptools identity hosts +inherit update-rc.d setuptools identity hosts useradd do_install_append() { if [ ! -f "${WORKDIR}/nova.conf" ]; then -- cgit v1.2.3-54-g00ecf