~zulcss/cinder/cinder-ca-g2

« back to all changes in this revision

Viewing changes to cinder/service.py

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2012-10-09 08:26:21 UTC
  • mfrom: (3.1.10 quantal)
  • Revision ID: package-import@ubuntu.com-20121009082621-stc86vcuyzyrp7ow
Tags: 2012.2-0ubuntu2
* debian/cinder_tgt.conf: Add missing configuration file. (LP: #1064366) 
* debian/README.Debian: Added note about migration from nova-volume
  to cinder-volume.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
from cinder import db
32
32
from cinder import exception
33
33
from cinder import flags
 
34
from cinder.openstack.common import log as logging
34
35
from cinder.openstack.common import cfg
35
36
from cinder.openstack.common import importutils
36
 
from cinder.openstack.common import log as logging
37
37
from cinder.openstack.common import rpc
38
38
from cinder import utils
39
39
from cinder import version