diff options
| author | Josep Puigdemont <josep.puigdemont@enea.com> | 2015-10-02 15:50:58 +0200 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-10-06 12:15:08 -0400 |
| commit | 0842ae59ce7f752aabb2459510739ec4fff8b33d (patch) | |
| tree | 4045e2d0af993109e6904ae781a8c694684917f4 /meta-openstack | |
| parent | 491cb1d8b976b3a5c3a270a294b6cb1a95e0f2da (diff) | |
| download | meta-cloud-services-0842ae59ce7f752aabb2459510739ec4fff8b33d.tar.gz | |
nova: build dependency on libvirt
Sometimes nova fails to populate_sysroot_setscene:
NOTE: Performing useradd with [--root ... --system --home /var/lib/nova
-g nova -G libvirt --no-create-home --shell /bin/false nova] and 10
times of retry
useradd: group 'libvirt' does not exist
Adding libvirt as build dependency will assure the group has been
created when nova runs useradd.
Signed-off-by: Josep Puigdemont <josep.puigdemont@enea.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-nova_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-nova_git.bb b/meta-openstack/recipes-devtools/python/python-nova_git.bb index 2ee518d..d7a585e 100644 --- a/meta-openstack/recipes-devtools/python/python-nova_git.bb +++ b/meta-openstack/recipes-devtools/python/python-nova_git.bb | |||
| @@ -266,6 +266,7 @@ FILES_${SRCNAME}-api = " \ | |||
| 266 | " | 266 | " |
| 267 | 267 | ||
| 268 | DEPENDS += " \ | 268 | DEPENDS += " \ |
| 269 | libvirt \ | ||
| 269 | python-pip \ | 270 | python-pip \ |
| 270 | python-pbr \ | 271 | python-pbr \ |
| 271 | " | 272 | " |
