]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
cinder-api depends on adduser
authorThomas Goirand <thomas@goirand.fr>
Wed, 28 Nov 2012 11:59:25 +0000 (11:59 +0000)
committerThomas Goirand <thomas@goirand.fr>
Wed, 28 Nov 2012 11:59:25 +0000 (11:59 +0000)
debian/control

index a2ed3dc89711c7b840dfa13a56fd443641cc36c2..a7169e3985f5858ddc696cab207e504f8623b517 100644 (file)
@@ -99,7 +99,7 @@ Description: Openstack block storage as a service - common files
 Package: cinder-api
 Architecture: all
 Pre-Depends: dpkg (>= 1.15.6~)
-Depends: ${ostack-lsb-base}, debconf, cinder-common (= ${binary:Version}), ${python:Depends}, ${misc:Depends}, python-keystoneclient
+Depends: adduser, ${ostack-lsb-base}, debconf, cinder-common (= ${binary:Version}), ${python:Depends}, ${misc:Depends}, python-keystoneclient
 Description: Openstack block storage as a service - API 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