diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-10-04 15:02:07 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-10-04 15:03:05 -0400 |
| commit | 2d94422db8c142993f59a277ea945b048bfd1979 (patch) | |
| tree | 71a39f6d00cb4354227e176a1c0babdae20be428 /meta-openstack | |
| parent | c0597bd24de0d12d46d70140f1ba4a1d94b2b846 (diff) | |
| download | meta-cloud-services-2d94422db8c142993f59a277ea945b048bfd1979.tar.gz | |
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 <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-nova_2013.1.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
| 28 | 28 | ||
| 29 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 29 | S = "${WORKDIR}/${SRCNAME}-${PV}" |
| 30 | 30 | ||
| 31 | inherit update-rc.d setuptools identity hosts | 31 | inherit update-rc.d setuptools identity hosts useradd |
| 32 | 32 | ||
| 33 | do_install_append() { | 33 | do_install_append() { |
| 34 | if [ ! -f "${WORKDIR}/nova.conf" ]; then | 34 | if [ ! -f "${WORKDIR}/nova.conf" ]; then |
