From: Thomas Goirand <thomas@goirand.fr>
Date: Mon, 28 Jan 2013 09:12:12 +0000 (+0800)
Subject: Added missing dependency: adduser (for cinder-volume)
X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=8c532eee2f460f261be464598be70bc6768501a9;p=openstack-build%2Fcinder-build.git

Added missing dependency: adduser (for cinder-volume)

Rewritten-From: 479928a9d01f1ebd8ef8bc68ea78ff8e729c29b2
---

diff --git a/xenial/debian/control b/xenial/debian/control
index 8838e6724..e73a489f2 100644
--- a/xenial/debian/control
+++ b/xenial/debian/control
@@ -115,7 +115,7 @@ Package: cinder-volume
 Architecture: all
 Pre-Depends: dpkg (>= 1.15.6~)
 Depends: ${ostack-lsb-base}, cinder-common (= ${binary:Version}), ${python:Depends}, ${misc:Depends},
- lvm2, tgt
+ lvm2, tgt, adduser
 Description: Openstack block storage as a service - Volume server
  Cinder is a block storage as service system for the Openstack cloud computing
  software suite. It is a direct replacement for nova-volume as a separate