Remove unused imports
Fixes bug #1037705 Change-Id: I3e55f283961b4801c863bea05d9dd36e22be0cdb
This commit is contained in:
@@ -31,8 +31,6 @@ from xml.dom import minidom
|
|||||||
from nova.api.ec2 import cloud
|
from nova.api.ec2 import cloud
|
||||||
from nova.compute import instance_types
|
from nova.compute import instance_types
|
||||||
from nova.compute import power_state
|
from nova.compute import power_state
|
||||||
from nova.compute import rpcapi as compute_rpcapi
|
|
||||||
from nova.compute import utils as compute_utils
|
|
||||||
from nova.compute import vm_mode
|
from nova.compute import vm_mode
|
||||||
from nova.compute import vm_states
|
from nova.compute import vm_states
|
||||||
from nova import context
|
from nova import context
|
||||||
|
|||||||
@@ -15,11 +15,9 @@
|
|||||||
|
|
||||||
import pkg_resources
|
import pkg_resources
|
||||||
|
|
||||||
import nova
|
|
||||||
from nova.api.openstack.compute import extensions as computeextensions
|
from nova.api.openstack.compute import extensions as computeextensions
|
||||||
from nova.api.openstack import extensions
|
from nova.api.openstack import extensions
|
||||||
from nova.openstack.common.plugin import plugin
|
from nova.openstack.common.plugin import plugin
|
||||||
from nova.openstack.common.plugin import pluginmanager
|
|
||||||
from nova import test
|
from nova import test
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -31,7 +31,6 @@ from nova import exception
|
|||||||
from nova.openstack.common import excutils
|
from nova.openstack.common import excutils
|
||||||
from nova.openstack.common import log as logging
|
from nova.openstack.common import log as logging
|
||||||
from nova import test
|
from nova import test
|
||||||
from nova import utils
|
|
||||||
from nova.volume import storwize_svc
|
from nova.volume import storwize_svc
|
||||||
|
|
||||||
LOG = logging.getLogger(__name__)
|
LOG = logging.getLogger(__name__)
|
||||||
|
|||||||
@@ -16,18 +16,14 @@
|
|||||||
|
|
||||||
"""Test suite for Xen Storage Manager Volume Driver."""
|
"""Test suite for Xen Storage Manager Volume Driver."""
|
||||||
|
|
||||||
import os
|
|
||||||
|
|
||||||
from nova import context
|
from nova import context
|
||||||
from nova import db
|
from nova import db
|
||||||
from nova import exception
|
from nova import exception
|
||||||
from nova import flags
|
from nova import flags
|
||||||
from nova.openstack.common import log as logging
|
from nova.openstack.common import log as logging
|
||||||
from nova import test
|
|
||||||
from nova.tests.xenapi import stubs
|
from nova.tests.xenapi import stubs
|
||||||
from nova.virt.xenapi import driver as xenapi_conn
|
|
||||||
from nova.virt.xenapi import fake as xenapi_fake
|
from nova.virt.xenapi import fake as xenapi_fake
|
||||||
from nova.virt.xenapi import volume_utils
|
|
||||||
from nova.volume import xensm
|
from nova.volume import xensm
|
||||||
|
|
||||||
LOG = logging.getLogger(__name__)
|
LOG = logging.getLogger(__name__)
|
||||||
|
|||||||
Reference in New Issue
Block a user