From ab9b004501d5351699e63ac769b33caccd630f1b Mon Sep 17 00:00:00 2001
From: Vitaly Parakhin <vparakhin@mirantis.com>
Date: Thu, 10 Jul 2014 17:51:06 +0300
Subject: [PATCH] Add dependency on qemu-img for volume creation from Glance
 images

Related-Bug: 1321701
Change-Id: I405fff6d2b8877de56fcb3f3c936644459739497
---
 debian/changelog | 1 +
 debian/control   | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 9b99960f6..b4e27b407 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
 cinder (1:2014.1.1-0ubuntu1) trusty; urgency=medium
 
+  * Add dependency on qemu-utils for volume creation from Glance images
   * Resynchronize with stable/icehouse (aa0e752) (LP: #1328134):
     - [d58abc1] Update cinder.conf
     - [5330d3b] Updated from global requirements
diff --git a/debian/control b/debian/control
index 2e9598d71..7df345286 100644
--- a/debian/control
+++ b/debian/control
@@ -86,7 +86,8 @@ Depends:
  python-webob (>= 1.2.3),
  ${misc:Depends},
  ${python:Depends},
- python-ceph
+ python-ceph,
+ qemu-utils
 Suggests: python-hp3parclient
 Description: Cinder Python libraries
  OpenStack is a reliable cloud infrastructure. Its mission is to produce
-- 
2.45.2