From: Thomas Goirand <thomas@goirand.fr>
Date: Fri, 25 Sep 2015 11:24:23 +0000 (+0000)
Subject: cinder-api depends on python-openstackclient.
X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=981d7348646b0a4632536113d1d67b640d53b1c2;p=openstack-build%2Fcinder-build.git

cinder-api depends on python-openstackclient.
---

diff --git a/debian/changelog b/debian/changelog
index 0fda0a30b..ba9a1ce7f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+cinder (2:7.0.0~rc1-2) UNRELEASED; urgency=medium
+
+  * cinder-api depends on python-openstackclient.
+
+ -- Thomas Goirand <zigo@debian.org>  Fri, 25 Sep 2015 11:24:06 +0000
+
 cinder (2:7.0.0~rc1-1) experimental; urgency=medium
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index ab162c3aa..d507fb671 100644
--- a/debian/control
+++ b/debian/control
@@ -181,6 +181,7 @@ Depends: adduser,
          cinder-common (= ${binary:Version}),
          debconf,
          python-keystoneclient,
+         python-openstackclient,
          ${misc:Depends},
          ${ostack-lsb-base},
          ${python:Depends},