Skip to content

Commit

Permalink
utils module is still being used by cinder-volume service
Browse files Browse the repository at this point in the history
bug 1026949

Change-Id: I7327d94b5a9f35bc74e179a05976d511c6642a7a
  • Loading branch information
Thingee committed Jul 20, 2012
1 parent d8ae154 commit 9a5e830
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/cinder-volume
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 9a5e830

Please sign in to comment.