From 9a5e830c2453b0e4fd93c56173881ce43cffc3e8 Mon Sep 17 00:00:00 2001 From: Mike Perez Date: Fri, 20 Jul 2012 08:59:40 -0700 Subject: [PATCH] utils module is still being used by cinder-volume service bug 1026949 Change-Id: I7327d94b5a9f35bc74e179a05976d511c6642a7a --- bin/cinder-volume | 1 + 1 file changed, 1 insertion(+) 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) -- 2.45.2