]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
utils module is still being used by cinder-volume service
authorMike Perez <thingee@gmail.com>
Fri, 20 Jul 2012 15:59:40 +0000 (08:59 -0700)
committerMike Perez <thingee@gmail.com>
Fri, 20 Jul 2012 16:00:51 +0000 (09:00 -0700)
bug 1026949

Change-Id: I7327d94b5a9f35bc74e179a05976d511c6642a7a

bin/cinder-volume

index b61852300326c371e5f99629ca141f3ebe09f899..47db9518aba289ad036ac6395b8b085c73020e7f 100755 (executable)
@@ -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)