Code Review
/
openstack-build
/
cinder-build.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
4859b1c
)
Add missed dependency to Cinder
author
Denis Egorenko
<degorenko@mirantis.com>
Wed, 15 Oct 2014 11:58:18 +0000
(15:58 +0400)
committer
Denis Egorenko
<degorenko@mirantis.com>
Wed, 15 Oct 2014 11:58:18 +0000
(15:58 +0400)
Change-Id: I45a8d3c025fc7078752047debd56f44556818fd3
Closes-bug: #
1381143
debian/control
patch
|
blob
|
history
diff --git
a/debian/control
b/debian/control
index 94d854a808b26427934ae20599a85b311208a828..aa9a887258cb06f4d7f1c18a8eeb922c97e50f47 100644
(file)
--- a/
debian/control
+++ b/
debian/control
@@
-93,6
+93,7
@@
Depends:
python-rtslib-fb (>= 2.1.39),
python-webob (>= 1.2.3),
python-wsgiref (>= 0.1.2),
+ qemu-utils,
${misc:Depends},
${python:Depends}
Suggests: python-ceph, python-hp3parclient
@@
-181,4
+182,4
@@
Description: Cinder storage service - Scheduler server
.
Cinder is the OpenStack Block storage service.
.
- This package contains the Cinder backup service.
\ No newline at end of file
+ This package contains the Cinder backup service.