From: Mike Perez <thingee@gmail.com>
Date: Fri, 20 Jul 2012 15:59:40 +0000 (-0700)
Subject: utils module is still being used by cinder-volume service
X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=9a5e830c2453b0e4fd93c56173881ce43cffc3e8;p=openstack-build%2Fcinder-build.git

utils module is still being used by cinder-volume service

bug 1026949

Change-Id: I7327d94b5a9f35bc74e179a05976d511c6642a7a
---

diff --git a/bin/cinder-volume b/bin/cinder-volume
index b61852300..47db9518a 100755
--- a/bin/cinder-volume
+++ b/bin/cinder-volume
@@ -37,6 +37,7 @@ if os.path.exists(os.path.join(possible_topdir, 'cinder', '__init__.py')):
 from cinder import flags
 from cinder.openstack.common import log as logging
 from cinder import service
+from cinder import utils
 
 if __name__ == '__main__':
     flags.parse_args(sys.argv)