Remove unused imports
And one unused variable Change-Id: I81edaf7ddedd7723c2601b30951ca82bd2cd5256
This commit is contained in:
@@ -17,11 +17,8 @@
|
|||||||
Tests for baremetal volume driver.
|
Tests for baremetal volume driver.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import mox
|
|
||||||
|
|
||||||
from nova.openstack.common import cfg
|
from nova.openstack.common import cfg
|
||||||
from nova import test
|
from nova import test
|
||||||
from nova import utils
|
|
||||||
|
|
||||||
from nova.virt.baremetal import volume_driver
|
from nova.virt.baremetal import volume_driver
|
||||||
|
|
||||||
|
|||||||
@@ -26,7 +26,6 @@ import time
|
|||||||
|
|
||||||
from nova import test
|
from nova import test
|
||||||
|
|
||||||
from nova.compute import manager as compute_manager
|
|
||||||
from nova.compute import vm_states
|
from nova.compute import vm_states
|
||||||
from nova import db
|
from nova import db
|
||||||
from nova.openstack.common import cfg
|
from nova.openstack.common import cfg
|
||||||
|
|||||||
@@ -14,7 +14,6 @@
|
|||||||
# License for the specific language governing permissions and limitations
|
# License for the specific language governing permissions and limitations
|
||||||
# under the License.
|
# under the License.
|
||||||
|
|
||||||
import __builtin__
|
|
||||||
import base64
|
import base64
|
||||||
import fixtures
|
import fixtures
|
||||||
import netaddr
|
import netaddr
|
||||||
|
|||||||
Reference in New Issue
Block a user