~zulcss/cinder/cinder-ca-g2

« back to all changes in this revision

Viewing changes to cinder/tests/test_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:
26
26
from cinder import db
27
27
from cinder import exception
28
28
from cinder import flags
29
 
from cinder import manager
30
29
from cinder.openstack.common import cfg
 
30
from cinder import test
31
31
from cinder import service
32
 
from cinder import test
 
32
from cinder import manager
33
33
from cinder import wsgi
34
34
 
35
35