utils module is still being used by cinder-volume service

bug 1026949

Change-Id: I7327d94b5a9f35bc74e179a05976d511c6642a7a
This commit is contained in:
Mike Perez 2012-07-20 08:59:40 -07:00
parent d8ae1541c4
commit 9a5e830c24
1 changed files with 1 additions and 0 deletions

View File

@ -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)